diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-10-01 19:32:05 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-10-01 19:32:05 +0300 |
commit | f6698be4b0e8307ebed435b739b9fd8bcd44b0d9 (patch) | |
tree | 44d37dd415b2ac8a91fc0c9c15cbeaa9b28619f5 /build/root.build | |
parent | 847c4a22c80f9bd8ea544e23309d3575ed1be904 (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 e16f55d..2e661b7 100644 --- a/build/root.build +++ b/build/root.build @@ -2,7 +2,7 @@ # copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : ODB NCUEL; see accompanying LICENSE file -cxx.std = 11 +cxx.std = latest using cxx |