diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-12-14 10:09:11 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-12-14 10:09:11 +0200 |
commit | 5bef62db915a6b774935ab5eda510b072d65746e (patch) | |
tree | 4d345a1f1758e9f2cf4747a6a8c935c38340c8c1 | |
parent | 50bec623cee6bb324839e04ec6024ca67abdcbde (diff) |
Use cxx.std=latest
-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 df7d974..ef19786 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 |