Skip to content

Commit 45550bb

Browse files
committed
Remove workaround in tests for old Clang
1 parent d3634a3 commit 45550bb

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

test/CMakeLists.txt

-9
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,6 @@ if (NOT Boost_FOUND)
2828
list(APPEND EXCLUDED_PUBLIC_HEADERS ${PUBLIC_HEADERS_REQUIRING_BOOST})
2929
endif()
3030

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-
4031
# On Windows, Clang-cl emulates a MSVC bug that causes EBO not to be applied
4132
# properly. We disable the tests that check for EBO.
4233
if (MSVC AND ${CMAKE_CXX_COMPILER_ID} STREQUAL "Clang")

0 commit comments

Comments
 (0)