c++ - Building boost on windows with clang 3.6 (no MingW, VS2012 only) -



c++ - Building boost on windows with clang 3.6 (no MingW, VS2012 only) -

is possible? followed link here http://lists.boost.org/boost-build/2013/10/27057.php , still cannot handle exception code, not yet supported clang. i've added /gr- /d _has_exceptions=0 command line in clang-win.jam still not compile same ".\boost/throw_exception.hpp(69,5) : error: cannot compile throw look yet"

edit001: of clang3.8 exception supported, i'll give shot https://llvm.org/bugs/show_bug.cgi?id=21450

c++ visual-studio-2012 boost clang

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -