diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-10-01 19:27:11 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-10-01 19:27:11 +0300 |
commit | 5b137f67e6e282d839ee72bf60bac0642d7ad78c (patch) | |
tree | 379f686a436e1522feeb4787b1115ad1dd02a677 | |
parent | d61f7ec30b29b7de2cdbea8810e950b9dfb39778 (diff) |
Use cxx.std=latest
-rw-r--r-- | hello0/build/root.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hello0/build/root.build b/hello0/build/root.build index 7c65dab..0581d19 100644 --- a/hello0/build/root.build +++ b/hello0/build/root.build @@ -1,4 +1,4 @@ -cxx.std = 11 +cxx.std = latest using cxx |