diff options
Diffstat (limited to 'src/boost/libs/integer/test/fail_int_exact.cpp')
-rw-r--r-- | src/boost/libs/integer/test/fail_int_exact.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/boost/libs/integer/test/fail_int_exact.cpp b/src/boost/libs/integer/test/fail_int_exact.cpp new file mode 100644 index 00000000..1b6e66a6 --- /dev/null +++ b/src/boost/libs/integer/test/fail_int_exact.cpp @@ -0,0 +1,8 @@ +// Copyright John Maddock 2012. +// Distributed under the Boost +// Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) + +#include <boost/integer.hpp> + +typedef boost::int_t<sizeof(boost::intmax_t)*CHAR_BIT + 1>::exact fail_int_exact; |