queue.hpp 560 B

1234567891011121314151617
  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_queue_hpp_INCLUDED
  5. #define BOOST_TYPEOF_STD_queue_hpp_INCLUDED
  6. #include <queue>
  7. #include <boost/typeof/typeof.hpp>
  8. #include <boost/typeof/std/memory.hpp>
  9. #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
  10. BOOST_TYPEOF_REGISTER_TEMPLATE(std::queue, 1)
  11. BOOST_TYPEOF_REGISTER_TEMPLATE(std::queue, 2)
  12. #endif//BOOST_TYPEOF_STD_queue_hpp_INCLUDED