CNL
2.0.2 (development)
Compositional Numeric Library
overflow.h
Go to the documentation of this file.
1
2
// Copyright John McFarlane 2015 - 2016.
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_OVERFLOW_H)
11
#define CNL_OVERFLOW_H
12
13
#include "_impl/custom_operator/tagged.h"
14
#include "_impl/overflow/custom_operator.h"
15
#include "_impl/overflow/native.h"
16
#include "_impl/overflow/saturated.h"
17
#include "_impl/overflow/throwing.h"
18
#include "_impl/overflow/trapping.h"
19
#include "_impl/overflow/undefined.h"
20
21
#endif // CNL_OVERFLOW_H
cnl
overflow.h
Generated by
1.8.17