CNL  2.0.2 (development)
Compositional Numeric Library
wide_tag.h
1 
2 // Copyright John McFarlane 2019.
3 // Distributed under the Boost Software License, Version 1.0.
4 // (See accompanying file ../LICENSE_1_0.txt or copy at
5 // http://www.boost.org/LICENSE_1_0.txt)
6 
7 #if !defined(CNL_IMPL_WIDE_TAG_H)
8 #define CNL_IMPL_WIDE_TAG_H
9 
10 #include "wide_tag/custom_operator.h"
11 #include "wide_tag/declaration.h"
12 #include "wide_tag/definition.h"
13 #include "wide_tag/is_same_tag_family.h"
14 #include "wide_tag/is_tag.h"
15 #include "wide_tag/is_wide_tag.h"
16 #include "wide_tag/overloads.h"
17 
18 #endif // CNL_IMPL_WIDE_TAG_H