diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-10-01 19:32:26 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-10-01 19:32:26 +0300 |
commit | 5529924aaf19a0de7c4e5a3bd101288b5053fb56 (patch) | |
tree | 14ebb5688095eed2b5ded857ed410b7fc6664ff6 /tests/build/root.build | |
parent | 245cf8d415b6c4198ab6412c354fa3556e666c5e (diff) |
Use cxx.std=latest
Diffstat (limited to 'tests/build/root.build')
-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 |