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 6250b62 commit 0b10bceCopy full SHA for 0b10bce
1 file changed
test/iterator/CMakeLists.txt
@@ -1,12 +1,5 @@
1
set_property(DIRECTORY PROPERTY LABELS iterator)
2
3
-include(CheckCXXSymbolExists)
4
-
5
-check_cxx_symbol_exists(__cpp_lib_to_address "memory" cpp20_to_address)
6
-if(NOT cpp20_to_address)
7
- return()
8
-endif()
9
10
add_library(int_iterator OBJECT lib.cpp)
11
target_include_directories(int_iterator PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
12
0 commit comments