7 #if !defined(CNL_IMPL_OVERFLOW_IS_OVERFLOW_TAG_H)
8 #define CNL_IMPL_OVERFLOW_IS_OVERFLOW_TAG_H
10 #include "../custom_operator/is_same_tag_family.h"
12 #include <type_traits>
17 template<
typename Tag>
23 concept overflow_tag = _impl::is_overflow_tag<T>::value;
27 template<overflow_tag Tag1, overflow_tag Tag2>
28 struct is_same_tag_family<Tag1, Tag2>
34 #endif // CNL_IMPL_OVERFLOW_IS_OVERFLOW_TAG_H