Mercurial > hg > vamp-build-and-test
annotate DEPENDENCIES/generic/include/boost/typeof/std/memory.hpp @ 63:307619fa5546
Update subrepo
author | Chris Cannam |
---|---|
date | Fri, 12 Sep 2014 22:00:35 +0100 |
parents | 2665513ce2d3 |
children |
rev | line source |
---|---|
Chris@16 | 1 // Copyright (C) 2005 Arkadiy Vertleyb, Peder Holt. |
Chris@16 | 2 // Use, modification and distribution is subject to the Boost Software |
Chris@16 | 3 // License, Version 1.0. (http://www.boost.org/LICENSE_1_0.txt) |
Chris@16 | 4 |
Chris@16 | 5 #ifndef BOOST_TYPEOF_STD_memory_hpp_INCLUDED |
Chris@16 | 6 #define BOOST_TYPEOF_STD_memory_hpp_INCLUDED |
Chris@16 | 7 |
Chris@16 | 8 #include <memory> |
Chris@16 | 9 #include <boost/typeof/typeof.hpp> |
Chris@16 | 10 |
Chris@16 | 11 #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP() |
Chris@16 | 12 |
Chris@16 | 13 BOOST_TYPEOF_REGISTER_TEMPLATE(std::allocator, 1) |
Chris@16 | 14 BOOST_TYPEOF_REGISTER_TEMPLATE(std::raw_storage_iterator, 2) |
Chris@16 | 15 BOOST_TYPEOF_REGISTER_TEMPLATE(std::auto_ptr, 1) |
Chris@16 | 16 |
Chris@16 | 17 #endif//BOOST_TYPEOF_STD_memory_hpp_INCLUDED |