Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-01 | Compile with -std=c++03 consistently on all platforms. By default, Clang 3.2 ↵ | Jukka Jylänki | |
inconsistently uses C++11 for Windows and C++03 for Linux if user did not specify -std= on the command line. Fixes other.test_embind and *.test_llvmswitch. Add unit tests that confirm that .cpp files are compiled with C++03 std by default. |