Using libc++ when compiling with clang in c++11 mode

Has come up again: https://svn.boost.org/trac/boost/ticket/7566#comment I'm thinking that having a clang-c++11 toolset (that includes using libc++) might be a good thing. Any other opinions? -- Marshall Marshall Clow Idio Software <mailto:mclow.lists@gmail.com> A.D. 1517: Martin Luther nails his 95 Theses to the church door and is promptly moderated down to (-1, Flamebait). -- Yu Suzuki

On Wed, Oct 24, 2012 at 9:43 PM, Marshall Clow <mclow.lists@gmail.com>wrote:
Has come up again: https://svn.boost.org/trac/boost/ticket/7566#comment
I'm thinking that having a clang-c++11 toolset (that includes using libc++) might be a good thing.
Any other opinions?
-- Marshall
Marshall Clow Idio Software <mailto:mclow.lists@gmail.com>
A.D. 1517: Martin Luther nails his 95 Theses to the church door and is promptly moderated down to (-1, Flamebait). -- Yu Suzuki
+1 I have been using this with ubuntu 12.04 64 bit and hacked boost to compile with it (via the cmakeified version) and it works a treat, actually finds some valid errors with decent and descriptive output. David Irvine
participants (2)
-
David Irvine
-
Marshall Clow