------- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-20 13:28 ------- Two things for specialization you have to define the template functions like: template<> IOCM::Status IOCM_SequenceTempl<IOCM::Float>::_unpack(IOCM::MessageBox& msgBox)
instead of the current without "template<>", This is rejected in 3.4.0 and above because of that. The other thing instead of copy and pasting the preprocessed source, next time please attach it. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18055