-
- Downloads
There was an error fetching the commit references. Please try again later.
Enable c++11 syntax.
This requires a few fixes: - Replace -ansi with -std=c++11 in autoconf. - Add a check that c++11 is supported in autoconf. - Change flags for cppcheck. - Remove travis configurations that would fail. Additionally, I removed the check for 'explicit' keyword, which is not needed with C++11. Fixes #212
Loading
Please register or sign in to comment