sl@0: 
sl@0: //  Copyright Daniel James 2005-2006. Use, modification, and distribution are
sl@0: //  subject to the Boost Software License, Version 1.0. (See accompanying
sl@0: //  file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
sl@0: 
sl@0: //  Based on Peter Dimov's proposal
sl@0: //  http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2005/n1756.pdf
sl@0: //  issue 6.18. 
sl@0: 
sl@0: #if !defined(BOOST_FUNCTIONAL_HASH_PAIR_HPP)
sl@0: #define BOOST_FUNCTIONAL_HASH_PAIR_HPP
sl@0: 
sl@0: #if defined(_MSC_VER) && (_MSC_VER >= 1020)
sl@0: # pragma once
sl@0: #endif
sl@0: 
sl@0: #warning "boost/functional/hash/pair.hpp is deprecated, use boost/functional/hash.hpp instead."
sl@0: #include <boost/functional/hash.hpp>
sl@0: 
sl@0: #endif