Skip to content
Snippets Groups Projects
Commit 2ac6e1ad authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

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
parent 549bd3bc
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment