diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-11-16 14:24:35 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-11-16 14:24:35 +0200 |
commit | 6a1ed9a15da5d464c700bcdb921d7aeffb29f931 (patch) | |
tree | 150023289e4570f3828e1029db10a117bbc052a3 | |
parent | 6cf0b3c7a940bcf5159a234b5b33a467402cf5c3 (diff) |
Revert temporary use of c++17 mode in GCC modules support
-rw-r--r-- | libbuild2/cxx/init.cxx | 4 |
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). // |