]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/integer/test/fail_int_least.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / integer / test / fail_int_least.cpp
CommitLineData
7c673cae
FG
1// Copyright John Maddock 2012.
2// Distributed under the Boost
3// Software License, Version 1.0. (See accompanying file
1e59de90 4// LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
7c673cae
FG
5
6#include <boost/integer.hpp>
7
8typedef boost::int_t<sizeof(boost::intmax_t)*CHAR_BIT + 1>::least fail_int_least;