7 #if !defined(CNL_IMPL_WIDE_INTEGER_SET_TAG_H)
8 #define CNL_IMPL_WIDE_INTEGER_SET_TAG_H
10 #include "../num_traits/set_tag.h"
11 #include "../wide_tag/is_wide_tag.h"
12 #include "definition.h"
14 #include <type_traits>
18 template<
typename NumberRep, _impl::any_w
ide_tag NumberTag, _impl::any_w
ide_tag Tag>
19 struct set_tag<_impl::wrapper<NumberRep, NumberTag>, Tag>
20 : std::type_identity<_impl::wrapper<typename Tag::rep, Tag>> {
24 #endif // CNL_IMPL_WIDE_INTEGER_SET_TAG_H