1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-04-30 04:33:53 +00:00

Fix for GCC 4.7 and the timer

This commit is contained in:
Henry Schreiner 2017-07-19 21:13:33 -04:00 committed by GitHub
parent b26403798d
commit d6c40f12b7

View File

@ -43,6 +43,7 @@ matrix:
- g++-4.7
env:
- COMPILER=4.7
- CXXFLAGS=-D_GLIBCXX_USE_NANOSLEEP
- os: osx
install:
- python -c 'import sys; print(sys.version_info[:])'