Subject: Re: [boost] [modularization] spirtit -> serialization
From: Vicente J. Botet Escriba (vicente.botet_at_[hidden])
Date: 2014-06-13 18:24:34


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.
>
>
This corresponds to the opposite dependency.
My first goal is to break the cycles.

Vicente