$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-12-06 08:17:53
Jeff F wrote:
[snip 20 quoted lines]
>>> serialization
>>> multi_array
>>> bind
>>> lambda
>>> filesystem
>>
>> The lambda library is header-only, so you can try by hand. If the
>> compiler can cope with the lambda library, you can assume it's good
>> enough.
>
> In fact serialization is the only non-header-only library of the above
> list.
filesystem is also non-header, at least in my copy of RC_1_34_0 branch.
- Volodya