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

c - Compilation of a code: unkown type name string -

ubuntu - Bash Script to Check That Files Are Being Created -

Php operator `break` doesn't stop while -