Imported Upstream version 1.64.0
[platform/upstream/boost.git] / libs / convert / test / callable.cpp
index a4609e8..1592901 100644 (file)
@@ -5,10 +5,6 @@
 
 #include "./test.hpp"
 
-#if defined(BOOST_CONVERT_INTEL_SFINAE_BROKEN) && 1 < 0
-int main(int, char const* []) { return 0; }
-#else
-
 #include <boost/convert.hpp>
 #include <boost/convert/lexical_cast.hpp>
 #include <boost/detail/lightweight_test.hpp>
@@ -110,5 +106,3 @@ main(int, char const* [])
 
     return boost::report_errors();
 }
-
-#endif