6ff6311f61188263b85a89b5e3b2b51cd686a7a7
[senf.git] / boost / typeof / std / set.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_set_hpp_INCLUDED
6 #define BOOST_TYPEOF_STD_set_hpp_INCLUDED
7
8 #include <set>
9 #include <boost/typeof/typeof.hpp>
10 #include <boost/typeof/std/memory.hpp>
11 #include <boost/typeof/std/functional.hpp>
12
13 #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
14
15 BOOST_TYPEOF_REGISTER_TEMPLATE(std::set, 1)
16 BOOST_TYPEOF_REGISTER_TEMPLATE(std::set, 2)
17 BOOST_TYPEOF_REGISTER_TEMPLATE(std::set, 3)
18 BOOST_TYPEOF_REGISTER_TEMPLATE(std::multiset, 1)
19 BOOST_TYPEOF_REGISTER_TEMPLATE(std::multiset, 2)
20 BOOST_TYPEOF_REGISTER_TEMPLATE(std::multiset, 3)
21
22 #endif//BOOST_TYPEOF_STD_set_hpp_INCLUDED