Please report new issues athttps://github.com/DOCGroup
Sequence_T.i does not have an inline body for the TAO_Object_Manager<T,T_var>::out (void) function.
Sequence_T.cpp has a non-inline TAO_Object_Manager<T,T_var>::out () definition. Does that need to be inlined? If so, why?
This is not a bug... a bad combination of #defines caused my compiler to read the inlined template methods, but not those in the .cpp that weren't inlined. This was just a case of user error.