mirror of
https://github.com/boostorg/functional.git
synced 2025-08-02 22:14:28 +02:00
Update the hash tests for the new headers.
[SVN r32779]
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
# ifdef TEST_STD_INCLUDES
|
# ifdef TEST_STD_INCLUDES
|
||||||
# include <functional>
|
# include <functional>
|
||||||
# else
|
# else
|
||||||
# include <boost/functional/hash/deque.hpp>
|
# include <boost/functional/hash.hpp>
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@@ -10,7 +10,7 @@
|
|||||||
# ifdef TEST_STD_INCLUDES
|
# ifdef TEST_STD_INCLUDES
|
||||||
# include <functional>
|
# include <functional>
|
||||||
# else
|
# else
|
||||||
# include <boost/functional/hash/list.hpp>
|
# include <boost/functional/hash.hpp>
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@@ -10,7 +10,7 @@
|
|||||||
# ifdef TEST_STD_INCLUDES
|
# ifdef TEST_STD_INCLUDES
|
||||||
# include <functional>
|
# include <functional>
|
||||||
# else
|
# else
|
||||||
# include <boost/functional/hash/map.hpp>
|
# include <boost/functional/hash.hpp>
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@@ -10,7 +10,7 @@
|
|||||||
# ifdef TEST_STD_INCLUDES
|
# ifdef TEST_STD_INCLUDES
|
||||||
# include <functional>
|
# include <functional>
|
||||||
# else
|
# else
|
||||||
# include <boost/functional/hash/set.hpp>
|
# include <boost/functional/hash.hpp>
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@@ -10,7 +10,7 @@
|
|||||||
# ifdef TEST_STD_INCLUDES
|
# ifdef TEST_STD_INCLUDES
|
||||||
# include <functional>
|
# include <functional>
|
||||||
# else
|
# else
|
||||||
# include <boost/functional/hash/vector.hpp>
|
# include <boost/functional/hash.hpp>
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@@ -4,14 +4,6 @@
|
|||||||
// Boost Software License, Version 1.0. (See accompanying file
|
// Boost Software License, Version 1.0. (See accompanying file
|
||||||
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
// 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>
|
#include <boost/functional/hash.hpp>
|
||||||
|
|
||||||
extern int f();
|
extern int f();
|
||||||
|
Reference in New Issue
Block a user