Update the hash tests for the new headers.

[SVN r32779]
This commit is contained in:
Daniel James
2006-02-09 19:01:33 +00:00
parent ffec55693b
commit 9734825574
6 changed files with 5 additions and 13 deletions

View File

@@ -10,7 +10,7 @@
# ifdef TEST_STD_INCLUDES
# include <functional>
# else
# include <boost/functional/hash/deque.hpp>
# include <boost/functional/hash.hpp>
# endif
#endif

View File

@@ -10,7 +10,7 @@
# ifdef TEST_STD_INCLUDES
# include <functional>
# else
# include <boost/functional/hash/list.hpp>
# include <boost/functional/hash.hpp>
# endif
#endif

View File

@@ -10,7 +10,7 @@
# ifdef TEST_STD_INCLUDES
# include <functional>
# else
# include <boost/functional/hash/map.hpp>
# include <boost/functional/hash.hpp>
# endif
#endif

View File

@@ -10,7 +10,7 @@
# ifdef TEST_STD_INCLUDES
# include <functional>
# else
# include <boost/functional/hash/set.hpp>
# include <boost/functional/hash.hpp>
# endif
#endif

View File

@@ -10,7 +10,7 @@
# ifdef TEST_STD_INCLUDES
# include <functional>
# else
# include <boost/functional/hash/vector.hpp>
# include <boost/functional/hash.hpp>
# endif
#endif

View File

@@ -4,14 +4,6 @@
// Boost Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#include <boost/functional/hash/pair.hpp>
#include <boost/functional/hash/vector.hpp>
#include <boost/functional/hash/list.hpp>
#include <boost/functional/hash/deque.hpp>
#include <boost/functional/hash/set.hpp>
#include <boost/functional/hash/map.hpp>
#include <boost/functional/hash/hash.hpp>
#include <boost/functional/hash.hpp>
#include <boost/functional/hash.hpp>
extern int f();