2005-04-24 14:23:24 +00:00
|
|
|
|
2006-04-17 11:11:49 +00:00
|
|
|
// Copyright (C) 2003-2004 Jeremy B. Maitin-Shepard.
|
2008-03-27 23:38:01 +00:00
|
|
|
// Copyright (C) 2005-2008 Daniel James.
|
2006-07-01 22:34:48 +00:00
|
|
|
// Distributed under the Boost Software License, Version 1.0. (See accompanying
|
|
|
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
2005-04-24 14:23:24 +00:00
|
|
|
|
2008-01-06 17:45:18 +00:00
|
|
|
// See http://www.boost.org/libs/unordered for documentation
|
|
|
|
|
2005-04-24 14:23:24 +00:00
|
|
|
#ifndef BOOST_UNORDERED_MAP_HPP_INCLUDED
|
|
|
|
#define BOOST_UNORDERED_MAP_HPP_INCLUDED
|
|
|
|
|
2013-11-16 20:13:24 +00:00
|
|
|
#include <boost/config.hpp>
|
|
|
|
#if defined(BOOST_HAS_PRAGMA_ONCE)
|
|
|
|
#pragma once
|
2005-04-24 14:23:24 +00:00
|
|
|
#endif
|
|
|
|
|
2008-09-16 21:49:41 +00:00
|
|
|
#include <boost/unordered/unordered_map.hpp>
|
2005-04-24 14:23:24 +00:00
|
|
|
|
|
|
|
#endif // BOOST_UNORDERED_MAP_HPP_INCLUDED
|