~twpol/dcplusplus/trunk

« back to all changes in this revision

Viewing changes to boost/boost/typeof/std/map.hpp

  • Committer: James Ross
  • Date: 2010-07-05 00:03:18 UTC
  • mfrom: (1524.1.650 dcplusplus)
  • Revision ID: silver@warwickcompsoc.co.uk-20100705000318-awwqm8ocpp5m47yz
Merged to trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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_map_hpp_INCLUDED
6
 
#define BOOST_TYPEOF_STD_map_hpp_INCLUDED
7
 
 
8
 
#include <map>
9
 
#include <boost/typeof/typeof.hpp>
10
 
#include <boost/typeof/std/memory.hpp>
11
 
#include <boost/typeof/std/functional.hpp>
12
 
#include <boost/typeof/std/utility.hpp>
13
 
 
14
 
#include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
15
 
 
16
 
BOOST_TYPEOF_REGISTER_TEMPLATE(std::map, 2)
17
 
BOOST_TYPEOF_REGISTER_TEMPLATE(std::map, 3)
18
 
BOOST_TYPEOF_REGISTER_TEMPLATE(std::map, 4)
19
 
BOOST_TYPEOF_REGISTER_TEMPLATE(std::multimap, 2)
20
 
BOOST_TYPEOF_REGISTER_TEMPLATE(std::multimap, 3)
21
 
BOOST_TYPEOF_REGISTER_TEMPLATE(std::multimap, 4)
22
 
 
23
 
#endif//BOOST_TYPEOF_STD_map_hpp_INCLUDED
 
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_map_hpp_INCLUDED
 
6
#define BOOST_TYPEOF_STD_map_hpp_INCLUDED
 
7
 
 
8
#include <map>
 
9
#include <boost/typeof/typeof.hpp>
 
10
#include <boost/typeof/std/memory.hpp>
 
11
#include <boost/typeof/std/functional.hpp>
 
12
#include <boost/typeof/std/utility.hpp>
 
13
 
 
14
#include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
 
15
 
 
16
BOOST_TYPEOF_REGISTER_TEMPLATE(std::map, 2)
 
17
BOOST_TYPEOF_REGISTER_TEMPLATE(std::map, 3)
 
18
BOOST_TYPEOF_REGISTER_TEMPLATE(std::map, 4)
 
19
BOOST_TYPEOF_REGISTER_TEMPLATE(std::multimap, 2)
 
20
BOOST_TYPEOF_REGISTER_TEMPLATE(std::multimap, 3)
 
21
BOOST_TYPEOF_REGISTER_TEMPLATE(std::multimap, 4)
 
22
 
 
23
#endif//BOOST_TYPEOF_STD_map_hpp_INCLUDED