aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-07-26 15:38:44 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-07-26 15:38:44 +0200
commitf5c3e393d8013927fa6dba3ecb2507333b5b307c (patch)
tree1340d91857815e135f0cee7f215d08e987027b8f
parentbd43c80c29a02eeebc8667cd14ccb2784e6f5534 (diff)
Remove no longer necessary workaround for GCC modules mode
-rw-r--r--build2/cxx/init.cxx4
1 files changed, 0 insertions, 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).
//