hide sandbox not used

This commit is contained in:
Sébastien Loriot 2025-06-24 18:06:13 +02:00
parent 58e52e7dad
commit f6303dc951
1 changed files with 2 additions and 0 deletions

View File

@ -76,6 +76,7 @@ struct is_convertible_without_narrowing : details::is_convertible_without_narrow
template <typename From, typename To>
inline constexpr bool is_convertible_without_narrowing_v = is_convertible_without_narrowing<From, To>::value;
#if 0
namespace is_complete_internals
{
template<class T>
@ -99,6 +100,7 @@ namespace is_complete_testsuite
};
static_assert(is_complete<S>::value, "error");
}
#endif
} // end namespace CGAL