diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-10-01 19:31:28 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-10-01 19:31:28 +0300 |
commit | c12140ebf0780b3ac63f4fcaa01c1fcab27ca7c1 (patch) | |
tree | f21816944d95569e7c1e1d2011cf860148d6f7fb /tests | |
parent | ac33c4dc774ad0406de5b36de0da08af6b223cf3 (diff) |
Use cxx.std=latest
Diffstat (limited to 'tests')
-rw-r--r-- | tests/build/root.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/build/root.build b/tests/build/root.build index ac9d361..216fa84 100644 --- a/tests/build/root.build +++ b/tests/build/root.build @@ -2,7 +2,7 @@ # copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file -cxx.std = 11 +cxx.std = latest using cxx |