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 37c9fa4 commit f8ca9ceCopy full SHA for f8ca9ce
CMakeLists.txt
@@ -34,7 +34,7 @@ if(BEMAN_ITERATOR_INTERFACE_USE_DEDUCING_THIS
34
AND NOT COMPILER_SUPPORTS_DEDUCING_THIS)
35
message(
36
WARNING
37
- "Building with C++23 "deducing this" feature (P0847R7) despite of the compiler's lack of actual support for it."
+ "Building with C++23 \"deducing this\" feature (P0847R7) despite of the compiler's lack of actual support for it."
38
)
39
endif()
40
0 commit comments