7 #if !defined(CNL_IMPL_OVERFLOW_NATIVE_H)
8 #define CNL_IMPL_OVERFLOW_NATIVE_H
10 #include "../custom_operator/native_tag.h"
11 #include "../polarity.h"
12 #include "is_overflow_tag.h"
14 #include "overflow_operator.h"
26 : _impl::homogeneous_deduction_tag_base
27 , _impl::homogeneous_operator_tag_base {
35 template<
typename Operator, polarity Polarity>
36 struct overflow_operator<Operator, native_overflow_tag, Polarity> : Operator {
41 #endif // CNL_IMPL_OVERFLOW_NATIVE_H