mirror of https://github.com/CGAL/cgal
hide sandbox not used
This commit is contained in:
parent
58e52e7dad
commit
f6303dc951
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue