From 5b137f67e6e282d839ee72bf60bac0642d7ad78c Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 1 Oct 2019 19:27:11 +0300 Subject: Use cxx.std=latest --- hello0/build/root.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.1