diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-10-01 19:33:32 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-10-01 19:33:32 +0300 |
commit | d3e30e89208905b863f65aab47f7ddde17506234 (patch) | |
tree | 12bafda68cb4922fc55dba19f1cb244f1e5ed3ed /build/root.build | |
parent | 5fa279610a868f9011b88683b4160f0124ec70b3 (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 697f33c..0cdf286 100644 --- a/build/root.build +++ b/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 |