CNL
2.0.2 (development)
Compositional Numeric Library
numbers.h
Go to the documentation of this file.
1
2
// Copyright John McFarlane 2021.
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
9
10
#if !defined(CNL_NUMBERS_H)
11
#define CNL_NUMBERS_H
12
13
#if __has_include(<numbers>)
14
#include <numbers>
15
#endif
16
17
#include "_impl/custom_operator/tag.h"
18
#include "_impl/numbers/signedness.h"
19
20
#endif // CNL_NUMBERS_H
cnl
numbers.h
Generated by
1.8.17