Using c++11 features in clang

In response to a some questions on the boost-users list (and boost bug reports), I wrote up this: http://marshall.calepin.co/llvmclang-and-standard-libraries-on-mac-os-x.html I don't know if this should be a FAQ entry for Boost, or for clang. Suggestions/comments/edits welcome. -- 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 Jul 5, 2012, at 12:29 PM, Marshall Clow wrote:
In response to a some questions on the boost-users list (and boost bug reports), I wrote up this: http://marshall.calepin.co/llvmclang-and-standard-libraries-on-mac-os-x.html
I don't know if this should be a FAQ entry for Boost, or for clang. Suggestions/comments/edits welcome.
Thanks Marshall, that's just what I need! -- Noel
-- 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
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users

On 5. Jul 2012 Marshall Clow wrote:
In response to a some questions on the boost-users list (and boost bug reports), I wrote up this: http://marshall.calepin.co/llvmclang-and-standard-libraries-on-mac-os-x.html
I don't know if this should be a FAQ entry for Boost, or for clang. Suggestions/comments/edits welcome.
Thank you for publishing this. In addition to your instructions I needed another step to get C++11 library features working. The reason is that I'm stuck with Xcode 3.2.6 on Snow Leopard, so I only have access to Clang from MacPorts which happens not to include libc++. Fortunately MacPorts provides the library separately. So for fossils like me you could add this direction: install libc++ from MacPorts. -Julian

On Dec 8, 2012, at 7:20 PM, Julian Gonggrijp <j.gonggrijp@gmail.com> wrote:
On 5. Jul 2012 Marshall Clow wrote:
In response to a some questions on the boost-users list (and boost bug reports), I wrote up this: http://marshall.calepin.co/llvmclang-and-standard-libraries-on-mac-os-x.html
I don't know if this should be a FAQ entry for Boost, or for clang. Suggestions/comments/edits welcome.
Thank you for publishing this.
In addition to your instructions I needed another step to get C++11 library features working. The reason is that I'm stuck with Xcode 3.2.6 on Snow Leopard, so I only have access to Clang from MacPorts which happens not to include libc++. Fortunately MacPorts provides the library separately.
So for fossils like me you could add this direction: install libc++ from MacPorts.
Done. -- 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
participants (3)
-
Belcourt, Kenneth
-
Julian Gonggrijp
-
Marshall Clow