diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-10-01 19:32:57 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-10-01 19:32:57 +0300 |
commit | 6aea8696eacd6e93c2511eb359fc3193a41f61cb (patch) | |
tree | d51c152335a8b15e8b12cf7a54e4f9ac4db9a419 /build | |
parent | 7fc325b859cf3413ac42896b6289da2603d2a464 (diff) |
Use cxx.std=latest
Diffstat (limited to '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 |