diff options
Diffstat (limited to 'src/boost/libs/integer/test/fail_uint_least.cpp')
-rw-r--r-- | src/boost/libs/integer/test/fail_uint_least.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/boost/libs/integer/test/fail_uint_least.cpp b/src/boost/libs/integer/test/fail_uint_least.cpp new file mode 100644 index 00000000..8cdfbaf8 --- /dev/null +++ b/src/boost/libs/integer/test/fail_uint_least.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::uint_t<sizeof(boost::intmax_t)*CHAR_BIT + 1>::least fail_uint_least; |