Skip to content

Commit bb46b49

Browse files
authored
Update C++23 "deducing this" config docs
1 parent 8e403b4 commit bb46b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ beman_iterator_check_deducing_this(COMPILER_SUPPORTS_DEDUCING_THIS)
2424
set(TARGETS_EXPORT_NAME ${CMAKE_PROJECT_NAME}Targets)
2525

2626
option(BEMAN_ITERATOR_INTERFACE_USE_DEDUCING_THIS
27-
"Make use of deducing this. Turn this off for non-conforming compilers."
27+
"Make use of C++23 "deducing this" feature (P0847R7). Turn this off for non-conforming compilers."
2828
${COMPILER_SUPPORTS_DEDUCING_THIS})
2929

3030
option(ITERATOR_INTERFACE_ENABLE_TESTING

0 commit comments

Comments
 (0)