Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / hana / test / detail / create.cpp
index 40711c8..e17002f 100644 (file)
@@ -34,10 +34,5 @@ int main() {
     hana::detail::create<single_holder>{}(1);
     hana::detail::create<single_holder>{}([]{});
     hana::detail::create<identity_t>{}(1);
-
-    // Clang < 3.7.0 fails this test
-#if !defined(BOOST_HANA_CONFIG_CLANG) || \
-    BOOST_HANA_CONFIG_CLANG >= BOOST_HANA_CONFIG_VERSION(3, 7, 0)
     hana::detail::create<identity_t>{}([]{});
-#endif
 }