diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-12-14 10:03:11 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-12-14 10:03:11 +0200 |
commit | 24ec38c7e028723f84ab15ca0ecef6e56a899aea (patch) | |
tree | fb95648900fcc1e589a40a63d3f38757252b683d /build | |
parent | 1a742c236b7470fff05bfb85fe74206ca8c08b18 (diff) |
Add support for cxx.std=latest, use when building build2
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 1d79e22..517da8b 100644 --- a/build/root.build +++ b/build/root.build @@ -2,7 +2,7 @@ # copyright : Copyright (c) 2014-2016 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -cxx.std = 14 +cxx.std = latest using cxx |