diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-10-17 15:26:21 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-10-17 15:26:21 +0300 |
commit | 09831cde194ffab1ec6e34158a3b508e6d1013b0 (patch) | |
tree | 1803e4d0e6c61f0be352b1639643b03280dd093b /build | |
parent | de91921561092689369b56c54950474e0a86e66f (diff) |
Set cxx.std to latest in root.build
Diffstat (limited to 'build')
-rw-r--r-- | build/root.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/root.build b/build/root.build index 39b60a6..7e6b370 100644 --- a/build/root.build +++ b/build/root.build @@ -2,6 +2,8 @@ # copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file +cxx.std = latest + using cxx hxx{*}: extension = hxx |