Boost logo

Boost :

Subject: Re: [boost] Adding libc++ support to boost.
From: Beman Dawes (bdawes_at_[hidden])
Date: 2011-02-10 21:18:27


On Thu, Feb 10, 2011 at 4:10 PM, Steven Watanabe <watanabesj_at_[hidden]> wrote:
> AMDG
>
> On 2/10/2011 12:27 PM, Christopher Jefferson wrote:
>>
>> I want to add support for libc++, the c++ standard library attached to
>> clang, to boost. Fixes required should not be attached to clang, as clang
>> can use various standard libraries.  Is there a standard way I should add
>> the library, or just add the macro where needed.
>>
>
> You should add a header in boost/config/stdlib/
> for libc++ and update boost/config/select_stdlib_config.hpp.
> Other than that, patches should be applied as needed.

Yep, that's the place to start.

Please be careful with changes to
boost/config/select_stdlib_config.hpp, since changes to it cause
massive amounts of recompilation.

--Beman


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk