$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Pavlo Korzhyk (pavlo.korzhyk_at_[hidden])
Date: 2007-11-27 17:54:17
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_at_[hidden]> wrote in message
> news:1262c4ee0711270804o50863f90l98f47fa7b2597005_at_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.
>