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 f8ca9ce commit f86d1e0Copy full SHA for f86d1e0
CMakeLists.txt
@@ -24,7 +24,7 @@ beman_iterator_check_deducing_this(COMPILER_SUPPORTS_DEDUCING_THIS)
24
set(TARGETS_EXPORT_NAME ${CMAKE_PROJECT_NAME}Targets)
25
26
option(BEMAN_ITERATOR_INTERFACE_USE_DEDUCING_THIS
27
- "Make use of C++23 "deducing this" feature (P0847R7). Turn this off for non-conforming compilers."
+ "Make use of C++23 \"deducing this\" feature (P0847R7). Turn this off for non-conforming compilers."
28
${COMPILER_SUPPORTS_DEDUCING_THIS})
29
30
option(ITERATOR_INTERFACE_ENABLE_TESTING
0 commit comments