
On Tue, May 18, 2010 at 2:44 PM, Dean Michael Berris <mikhailberis@gmail.com> wrote:
Hi Vicente,
On Tue, May 18, 2010 at 10:45 PM, vicente.botet <vicente.botet@wanadoo.fr> wrote:
Hi,
Boost provides a lot of C++0x accepted libraries that could be in the std namespace. As it was done for std::tr1, is there a plan to provide these libraries on namespace std?
I'm not sure about Boost, but I did learn that clang (and thus, Apple) is providing a BSD-licensed standard library implementation called libc++. I know there is an effort to implement some non-standard algorithms in Boost in an Algorithms library, but that might not be the same.
FWIW, libc++ is hosted at http://libcxx.llvm.org/ , but I digress.
Are you planning on implementing a standard library in Boost? :)
Well, we certainly should be looking forward to taking some of the best Boost libraries and moving them into the-C++-after-C++0x. - Doug