2
0
mirror of https://github.com/boostorg/odeint.git synced 2026-01-19 04:22:12 +00:00

don't explicitely specify c++98

This commit is contained in:
Mario Mulansky
2015-06-29 21:08:59 +02:00
parent a10e3254d9
commit 5fadc5cdb0

View File

@@ -7,7 +7,7 @@ compiler:
- clang
env:
- CXXSTD='-std=c++98'
- CXXSTD=''
- CXXSTD='-std=c++0x'
# For now disable gcc on osx as g++4.8 is not yet available