diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-12-14 10:05:17 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-12-14 10:05:17 +0200 |
commit | 629bf8540fd4446c1c13ec7ce95e14c4c4b663fe (patch) | |
tree | 48e70e9cff6dedea778869feedcff42480f48c2e | |
parent | 5b80b067e7cd5d25be09641e228f0a08534c6a03 (diff) |
Use cxx.std=latest
-rw-r--r-- | build/root.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/root.build b/build/root.build index 2ace472..d219b6e 100644 --- a/build/root.build +++ b/build/root.build @@ -2,7 +2,7 @@ # copyright : Copyright (c) 2014-2016 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -cxx.std = 14 +cxx.std = latest using cxx |