
11 Feb
2011
11 Feb
'11
2:18 a.m.
On Thu, Feb 10, 2011 at 4:10 PM, Steven Watanabe <watanabesj@gmail.com> 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