forked from boostorg/container_hash
will be removed in a future version of Boost (probably 1.39.0). [SVN r49340]
8 lines
325 B
C++
8 lines
325 B
C++
|
|
// Copyright 2005-2008 Daniel James.
|
|
// 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)
|
|
|
|
#error "boost/functional/hash/vector.hpp is deprecated, use boost/functional/hash.hpp instead."
|
|
#include <boost/functional/hash.hpp>
|