We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a47562 commit 74dc673Copy full SHA for 74dc673
python/lsst/sconsUtils/state.py
@@ -563,7 +563,7 @@ def ClassifyCc(context):
563
log.info(f"C++20 supported with {cpp20Arg!r}")
564
break
565
else:
566
- log.fail(f"C++17 extensions could not be enabled for compiler {env.whichCc!r}")
+ log.fail(f"C++20 extensions could not be enabled for compiler {env.whichCc!r}")
567
conf.Finish()
568
569
#
0 commit comments