Add Boost.Test karmic valgrind suppressions
[senf.git] / 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