We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3634a3 commit 45550bbCopy full SHA for 45550bb
test/CMakeLists.txt
@@ -28,15 +28,6 @@ if (NOT Boost_FOUND)
28
list(APPEND EXCLUDED_PUBLIC_HEADERS ${PUBLIC_HEADERS_REQUIRING_BOOST})
29
endif()
30
31
-# The experimental::type_name test is only supported on Clang and AppleClang >= 7.0
32
-if (NOT (${CMAKE_CXX_COMPILER_ID} STREQUAL "Clang"
33
- OR (${CMAKE_CXX_COMPILER_ID} STREQUAL "AppleClang" AND
34
- NOT ${CMAKE_CXX_COMPILER_VERSION} VERSION_LESS 7)))
35
- list(APPEND EXCLUDED_PUBLIC_HEADERS
36
- "boost/hana/experimental/type_name.hpp")
37
- list(APPEND EXCLUDED_UNIT_TESTS "experimental/type_name.cpp")
38
-endif()
39
-
40
# On Windows, Clang-cl emulates a MSVC bug that causes EBO not to be applied
41
# properly. We disable the tests that check for EBO.
42
if (MSVC AND ${CMAKE_CXX_COMPILER_ID} STREQUAL "Clang")
0 commit comments