From f5c3e393d8013927fa6dba3ecb2507333b5b307c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 26 Jul 2019 15:38:44 +0200 Subject: Remove no longer necessary workaround for GCC modules mode --- build2/cxx/init.cxx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build2/cxx/init.cxx b/build2/cxx/init.cxx index 01130d7..9db5817 100644 --- a/build2/cxx/init.cxx +++ b/build2/cxx/init.cxx @@ -303,10 +303,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