diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-12-14 10:04:11 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-12-14 10:04:11 +0200 |
commit | cc878f4e2b4bc6622742136dcb45e2ad912714f7 (patch) | |
tree | ec46308f2aeeaa81f1e0fc4ca5469a37a770b9a5 /build/root.build | |
parent | a4199b808fd678f74935d540490eae9dc78a9ffe (diff) |
Use cxx.std=latest
Diffstat (limited to 'build/root.build')
-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 |