Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: afw
-
Labels:None
-
Team:Alert Production
Description
There are a few undefined symbols in meas_algorithms due to missing explicit instantiations in afw. I'll give this a shot.
Attachments
Issue Links
- is cloned by
-
DM-303 Investigate why explicit instantiations are needed when they weren't before
- Won't Fix
I haven't been able to follow this too closely, but I'm a little nervous that we should be changing some compiler setting rather than changing our code. In any case, if this ever worked in the past (and it did), it means the template definitions that are missing now are at least available to meas_algorithms (i.e. they're in headers, not buried in a .cc file), so the question is why meas_algorithms is no longer instantiating them.
If this does indeed do what we need to get the latest OS X working, then I don't have a problem with doing it, but we should open another fairly high-priority ticket to investigate this further and get to the bottom of it.