]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/typeof/include/boost/typeof/std/bitset.hpp
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / typeof / include / boost / typeof / std / bitset.hpp
1 // Copyright (C) 2005 Arkadiy Vertleyb, Peder Holt.
2 // Use, modification and distribution is subject to the Boost Software
3 // License, Version 1.0. (http://www.boost.org/LICENSE_1_0.txt)
4
5 #ifndef BOOST_TYPEOF_STD_bitset_hpp_INCLUDED
6 #define BOOST_TYPEOF_STD_bitset_hpp_INCLUDED
7
8 #include <bitset>
9 #include <boost/typeof/typeof.hpp>
10
11 #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
12
13 BOOST_TYPEOF_REGISTER_TEMPLATE(std::bitset, (BOOST_TYPEOF_INTEGRAL(std::size_t)))
14
15 #endif//BOOST_TYPEOF_STD_bitset_hpp_INCLUDED