
9 Jun
2008
9 Jun
'08
3:47 p.m.
El Lunes 09 Junio 2008 18:36:53 Robert Ramey escribió:
My original question about this still stands:
This would seem to mean that the YAML serialization would require BOOST_CLASS_EXPORT for some types - but not for others. This would mean that YAML archive would not be substitutable for other archives - which defeats a large part of the utility of the archive concept.
This is the interesting question here.
Only classes need to be exported. Primitive types (such as int, float, etc.) and strings don't require BOOST_CLASS_EXPORT Cheers.