
15 Jan
2009
15 Jan
'09
4:42 a.m.
AMDG Robert Ramey wrote:
I'm having problems with the following code below from boost/serialization/export.hpp
compiling
BOOST_CLASS_EXPORT_GUID(final, "final")
results in the following error message on the gcc compilers.
error: too few template-parameter-lists
VC compilers don't complain about this. I've tried replacing
::boost::archive::detail::init_guid< T >::guid_initializer = \
with
::boost::archive::detail::init_guid< T >::guid_initializer< T> =\
But this doesn't help. Happy to get help from any C++ guru
As it happens, I've just been testing a solution. Patch against the trunk attached. In Christ, Steven Watanabe