Gabe Black has uploaded this change for review. (
https://gem5-review.googlesource.com/c/public/gem5/+/45902 )
Change subject: scons: Switch to c++17.
......................................................................
scons: Switch to c++17.
Change-Id: I90d121ab4dbf53f3bd30bcdb5f5101d9c7cdc437
---
M SConstruct
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/SConstruct b/SConstruct
index d8819e8..6c25c8f 100755
--- a/SConstruct
+++ b/SConstruct
@@ -316,8 +316,8 @@
main.Append(CCFLAGS=['-Wall', '-Wundef', '-Wextra',
'-Wno-sign-compare', '-Wno-unused-parameter'])
- # We always compile using C++14
- main.Append(CXXFLAGS=['-std=c++14'])
+ # We always compile using C++17
+ main.Append(CXXFLAGS=['-std=c++17'])
if sys.platform.startswith('freebsd'):
main.Append(CCFLAGS=['-I/usr/local/include'])
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/45902
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings
Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I90d121ab4dbf53f3bd30bcdb5f5101d9c7cdc437
Gerrit-Change-Number: 45902
Gerrit-PatchSet: 1
Gerrit-Owner: Gabe Black <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s