On Sun, Jun 14, 2015 at 11:02 AM, Freddy Martinez Garcia
yes, I’m using clang in OS X which have c++0y support, but where can I say to boost that I’m compiling with c++0y >>
I don't know about OS X compilers, but at least with GCC, there is a command line switch. gcc -std=c++14 You may need/want to build it from the ground up as well, but I can't promise you whether that's true. Good luck...
regards
============================================= "El tamaño de tus logros depende del tamaño de tus metas." C++ and Qt Senior Developer Lic. Computer Science Buenos Aires, Argentina
On Jun 14, 2015, at 11:44 AM, Vicente J. Botet Escriba
wrote: Le 14/06/15 10:08, Freddy Martinez Garcia a écrit :
hi guys, I’m new with boost...
can anyone tell me if boost library can be compiled with c++14 support ?? Yes. Boost is compiled by some testers [1] with -std=c++1y (See e.g. [2]) in that case, how can I do that ??
I don't understand. IMO, you need just to use a C++14 compiler.
Vicente
[1] http://www.boost.org/development/tests/develop/developer/summary.html [2] http://www.boost.org/development/tests/develop/BP%20x86_64%20C++11.html _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users