mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-18 16:08:17 +00:00
Thanks-to: Guillaume Lespinasse Closes: https://bugs.gentoo.org/960019 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
23 lines
588 B
Diff
23 lines
588 B
Diff
Gentoo-bug: https://bugs.gentoo.org/960019
|
|
Thanks-to: Guillaume Lespinasse
|
|
|
|
--- a/src/gyp/common.gypi
|
|
+++ b/src/gyp/common.gypi
|
|
@@ -219,7 +219,7 @@
|
|
}],
|
|
['compiler_target=="clang" or compiler_target=="gcc"', {
|
|
'cflags_cc': [
|
|
- '-std=c++17',
|
|
+ '-std=c++20',
|
|
],
|
|
}],
|
|
],
|
|
@@ -239,7 +239,7 @@
|
|
}],
|
|
['compiler_host=="clang" or compiler_host=="gcc"', {
|
|
'cflags_cc': [
|
|
- '-std=c++17',
|
|
+ '-std=c++20',
|
|
],
|
|
}],
|
|
],
|