aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-10-01 19:34:29 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-10-01 19:34:29 +0300
commit7d79ac51f168ead6446a9c782ee243207e11436d (patch)
treeb4df821e000630c93e21a7d2500f06ecb7b7838b
parent482b7d6e8eaecd168dcce4a3660e05936b95517b (diff)
Use cxx.std=latest
-rw-r--r--build/root.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/root.build b/build/root.build
index ec7a4ca..9b8660b 100644
--- a/build/root.build
+++ b/build/root.build
@@ -2,7 +2,7 @@
# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : GNU GPL v3; see accompanying LICENSE file
-cxx.std = 11
+cxx.std = latest
using cxx