Line | |
---|
1 | // (C) Copyright Daniel James 2005. |
---|
2 | // Use, modification and distribution are subject to the |
---|
3 | // Boost Software License, Version 1.0. (See accompanying file |
---|
4 | // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) |
---|
5 | // |
---|
6 | // Based on Peter Dimov's proposal |
---|
7 | // http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2005/n1756.pdf |
---|
8 | // issue 6.18. |
---|
9 | |
---|
10 | #if !defined(BOOST_FUNCTIONAL_HASH_HPP) |
---|
11 | #define BOOST_FUNCTIONAL_HASH_HPP |
---|
12 | |
---|
13 | #if defined(_MSC_VER) && (_MSC_VER >= 1020) |
---|
14 | # pragma once |
---|
15 | #endif |
---|
16 | |
---|
17 | #include <boost/functional/hash/hash.hpp> |
---|
18 | #include <boost/functional/hash/pair.hpp> |
---|
19 | #include <boost/functional/hash/vector.hpp> |
---|
20 | #include <boost/functional/hash/list.hpp> |
---|
21 | #include <boost/functional/hash/deque.hpp> |
---|
22 | #include <boost/functional/hash/set.hpp> |
---|
23 | #include <boost/functional/hash/map.hpp> |
---|
24 | |
---|
25 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.