aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libbuild2/cxx/init.cxx4
1 files changed, 0 insertions, 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).
//