2009-03-09 20:56:23 +00:00
|
|
|
// Copyright 2005-2009 Daniel James.
|
2008-03-24 17:03:15 +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)
|
|
|
|
|
|
2021-10-17 02:40:29 +03:00
|
|
|
#ifndef BOOST_FUNCTIONAL_HASH_EXTENSIONS_HPP
|
2008-03-24 17:03:15 +00:00
|
|
|
#define BOOST_FUNCTIONAL_HASH_EXTENSIONS_HPP
|
|
|
|
|
|
2018-01-27 11:48:59 +00:00
|
|
|
#include <boost/container_hash/hash.hpp>
|
2008-03-24 17:03:15 +00:00
|
|
|
|
2021-10-17 02:40:29 +03:00
|
|
|
#endif // #ifndef BOOST_FUNCTIONAL_HASH_EXTENSIONS_HPP
|