diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-10-01 19:33:53 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-10-01 19:33:53 +0300 |
commit | 2c19d95d48a64b8c7c0d097c7de7afe2f3e4264c (patch) | |
tree | a8827fd08aae914dfa01ec05342d653b3fa72849 /tests | |
parent | b9cbd573accbac433d26feee75be44afa7e6e29e (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 |