diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-10-01 19:28:23 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-10-01 19:28:23 +0300 |
commit | f6a6cb738f9d201a40c54aca280acb69b6429e2a (patch) | |
tree | 9f9f8041b53fb8b970c1014a26414a89de2f9652 /tests/common/libhello-1.0.0/build/root.build | |
parent | 4656eb3b2dea5bb30aa76b3fa9a1125632372b77 (diff) |
Use cxx.std=latest for test packages
Diffstat (limited to 'tests/common/libhello-1.0.0/build/root.build')
-rw-r--r-- | tests/common/libhello-1.0.0/build/root.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/common/libhello-1.0.0/build/root.build b/tests/common/libhello-1.0.0/build/root.build index 8ceadfa..c081960 100644 --- a/tests/common/libhello-1.0.0/build/root.build +++ b/tests/common/libhello-1.0.0/build/root.build @@ -1,4 +1,4 @@ -cxx.std = 11 +cxx.std = latest using cxx |