
17 Nov
2012
17 Nov
'12
2:31 p.m.
Daniel James wrote:
On 17 November 2012 12:43, Daniel James <dnljms@gmail.com> wrote:
On 17 November 2012 12:04, Vicente J. Botet Escriba <vicente.botet@wanadoo.fr> wrote:
clang compiler is not delivered with a C++11 standard library. When compiling on c++11 mode, some boost libraries (in particular, Boost.Thread, Boost.SmartPtr, Boost.Test) are expecting to have a C++11 standard library. This mean that the user needs to install the latest version of libc++.
Are you sure about that? I just tried SmartPtr and almost all tests passed. The only problem was that a couple of tests used initializer_lists
Oops, I used the wrong command when I ran the tests, I meant to delete that paragraph.
What parts of SmartPtr don't work with clang/libstdc++?