$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [modularization] spirtit -> serialization
From: Vicente J. Botet Escriba (vicente.botet_at_[hidden])
Date: 2014-06-15 06:15:55
Le 14/06/14 18:44, Vicente J. Botet Escriba a écrit :
> Le 13/06/14 18:41, Stephen Kelly a écrit :
>> Vicente J. Botet Escriba wrote:
>>
>>> Hi,
>>>
>>> comments about this dependency:
>>>
>>>
>>> |<boost/serialization/vector.hpp>|
>>>
>>> * from |<boost/spirit/home/support/detail/lexer/serialise.hpp>|
>>>
>>> It seems that this file is not used
>>>
>>> |boost/spirit/home/support/detail/lexer/serialise.hpp
>>>
>>> Could this file be removed or moves to examples?
>> I think if the intent is to remove circular dependencies, you should
>> see if
>> you can split the archive parts of the serialization out and make
>> only that
>> part depend on spirit.
>>
>>
> Sorry, I didn't understood correctly your sentence. Now I agree with
> you, spliting serialization and archive would help a lot.
>
> I'll start a new wiki page with the dependencies to break.
>
Done
https://svn.boost.org/trac/boost/wiki/ModuleDepednecies
Please, be free to update this page with any suggestion that could help
to reduce the dependencies.
Best,
Vicente