memory.hpp 645 B

12345678910111213141516171819
  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. #ifndef BOOST_TYPEOF_STD_memory_hpp_INCLUDED
  5. #define BOOST_TYPEOF_STD_memory_hpp_INCLUDED
  6. #include <memory>
  7. #include <boost/typeof/typeof.hpp>
  8. #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
  9. BOOST_TYPEOF_REGISTER_TEMPLATE(std::allocator, 1)
  10. BOOST_TYPEOF_REGISTER_TEMPLATE(std::raw_storage_iterator, 2)
  11. #ifndef BOOST_NO_AUTO_PTR
  12. BOOST_TYPEOF_REGISTER_TEMPLATE(std::auto_ptr, 1)
  13. #endif//BOOST_NO_AUTO_PTR
  14. #endif//BOOST_TYPEOF_STD_memory_hpp_INCLUDED