Boost Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Boost-testing] Re: Boost.Serialization build is fixed.
Robert Ramey wrote:
Sorry - false alarm - it seems to be working now. I'm not sure what I did.
> As an aside, I'm puzzled by the following in the serialization.jam
> file
>
> # we use a single requirement rule to guarantee a speicfic order
> # for evaluation of all the different requirements
> rule serialization::requirements ( toolset variant : subvariant-path
> properties * )
>
> Its a surprise to me that requirements need to be in some specific
> order.
>
> Robert Ramey