unordered_map.hpp 550 B

123456789101112131415161718
  1. // Copyright (C) 2003-2004 Jeremy B. Maitin-Shepard.
  2. // Copyright (C) 2005-2008 Daniel James.
  3. // Distributed under the Boost Software License, Version 1.0. (See accompanying
  4. // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  5. // See http://www.boost.org/libs/unordered for documentation
  6. #ifndef BOOST_UNORDERED_MAP_HPP_INCLUDED
  7. #define BOOST_UNORDERED_MAP_HPP_INCLUDED
  8. #if defined(_MSC_VER) && (_MSC_VER >= 1020)
  9. # pragma once
  10. #endif
  11. #include <boost/unordered/unordered_map.hpp>
  12. #endif // BOOST_UNORDERED_MAP_HPP_INCLUDED