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 771ee19 commit 6df8395Copy full SHA for 6df8395
libcxx/CMakeLists.txt
@@ -504,10 +504,10 @@ remove_flags(-Wno-pedantic -pedantic-errors -pedantic)
504
# Required flags ==============================================================
505
function(cxx_add_basic_build_flags target)
506
507
- # Require C++23 for all targets.
+ # Use C++23 for all targets.
508
set_target_properties(${target} PROPERTIES
509
CXX_STANDARD 23
510
- CXX_STANDARD_REQUIRED YES
+ CXX_STANDARD_REQUIRED OFF
511
CXX_EXTENSIONS NO)
512
513
# When building the dylib, don't warn for unavailable aligned allocation
0 commit comments