File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ beman_iterator_check_deducing_this(COMPILER_SUPPORTS_DEDUCING_THIS)
2424set (TARGETS_EXPORT_NAME ${CMAKE_PROJECT_NAME} Targets)
2525
2626option (BEMAN_ITERATOR_INTERFACE_USE_DEDUCING_THIS
27- "Make use of C++23 " deducing this" feature (P0847R7). 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
3030option (ITERATOR_INTERFACE_ENABLE_TESTING
@@ -34,7 +34,7 @@ if(BEMAN_ITERATOR_INTERFACE_USE_DEDUCING_THIS
3434 AND NOT COMPILER_SUPPORTS_DEDUCING_THIS)
3535 message (
3636 WARNING
37- "Building with C++23 " deducing this" feature (P0847R7) despite of the compiler's lack of actual support for it."
37+ "Building with C++23 \ " deducing this\ " feature (P0847R7) despite of the compiler's lack of actual support for it."
3838 )
3939endif ()
4040
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ target_link_libraries(
1818 beman.iterator_interface.tests PRIVATE beman ::iterator_interface GTest::gtest
1919 GTest ::gtest_main)
2020
21- # Issue #18: Re-enable ASAN run CI/clang-19.
21+ # [ Issue #18](https://github.com/beman-project/iterator_interface/issues/18) : Re-enable ASAN run CI/clang-19.
2222#
2323# Note: clang-19 + gtest_discover_tests + Asan setup causes errors on some
2424# platforms. Temporary switch to gtest_add_tests and skip some Asan checks.
You can’t perform that action at this time.
0 commit comments