From 6a1ed9a15da5d464c700bcdb921d7aeffb29f931 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 16 Nov 2019 14:24:35 +0200 Subject: Revert temporary use of c++17 mode in GCC modules support --- libbuild2/cxx/init.cxx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libbuild2/cxx/init.cxx b/libbuild2/cxx/init.cxx index 8e641b5..8f404ea 100644 --- a/libbuild2/cxx/init.cxx +++ b/libbuild2/cxx/init.cxx @@ -306,10 +306,6 @@ namespace build2 ? "c++-modules" : "c++-modules-ex") != string::npos) { - // @@ TMP: currently there are some issues in the c++2a mode. - // - r.back () = "-std=c++17"; - // Currently defines __cpp_modules=201810 which is said to // correspond to p1103 (merged modules). // -- cgit v1.1