When class is XXX_EXPORT-ed the code is generated for each included archive header.
This is explained somewhere in the docs, probably near BOOST_CLASS_EXPORT macro description.
So to avoid XML-related code generation don't #include unneeded archives
Sincerely,
Pavlo Korzhyk.
I'm not sure what "implicit generation of XML-Archive code" refers to.
Code is generated only for those archive classes actually used.
RObert Ramey
"Oliver Kania" <kania.oliver@googlemail.com> wrote in message news:1262c4ee0711270804o50863f90l98f47fa7b2597005@mail.gmail.com...
Hello !
when using BOOST_CLASS_EXPORT_GUID, is there an option
to disable implicit generation of XML-Archive code.
I have quite a lot of serialization going on and want to save myself
some headaches connected to XML archives.