diff --git a/STL_Extension/include/CGAL/type_traits.h b/STL_Extension/include/CGAL/type_traits.h index 5df156a9b9c..facf7a58e12 100644 --- a/STL_Extension/include/CGAL/type_traits.h +++ b/STL_Extension/include/CGAL/type_traits.h @@ -76,6 +76,7 @@ struct is_convertible_without_narrowing : details::is_convertible_without_narrow template inline constexpr bool is_convertible_without_narrowing_v = is_convertible_without_narrowing::value; +#if 0 namespace is_complete_internals { template @@ -99,6 +100,7 @@ namespace is_complete_testsuite }; static_assert(is_complete::value, "error"); } +#endif } // end namespace CGAL