$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Esteve Fernandez (esteve_at_[hidden])
Date: 2008-06-09 11:47:28
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.