forked from boostorg/container_hash
Update paths for headers moved to different modules
Makes it easier to see dependencies.
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
#include <boost/functional/hash/detail/float_functions.hpp>
|
#include <boost/functional/hash/detail/float_functions.hpp>
|
||||||
#include <boost/functional/hash/detail/limits.hpp>
|
#include <boost/functional/hash/detail/limits.hpp>
|
||||||
#include <boost/utility/enable_if.hpp>
|
#include <boost/core/enable_if.hpp>
|
||||||
#include <boost/integer/static_log2.hpp>
|
#include <boost/integer/static_log2.hpp>
|
||||||
#include <boost/cstdint.hpp>
|
#include <boost/cstdint.hpp>
|
||||||
#include <boost/assert.hpp>
|
#include <boost/assert.hpp>
|
||||||
|
@@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
#include <boost/functional/hash/hash.hpp>
|
#include <boost/functional/hash/hash.hpp>
|
||||||
#include <boost/detail/container_fwd.hpp>
|
#include <boost/detail/container_fwd.hpp>
|
||||||
#include <boost/utility/enable_if.hpp>
|
#include <boost/core/enable_if.hpp>
|
||||||
#include <boost/static_assert.hpp>
|
#include <boost/static_assert.hpp>
|
||||||
#include <boost/preprocessor/repetition/repeat_from_to.hpp>
|
#include <boost/preprocessor/repetition/repeat_from_to.hpp>
|
||||||
#include <boost/preprocessor/repetition/enum_params.hpp>
|
#include <boost/preprocessor/repetition/enum_params.hpp>
|
||||||
|
@@ -23,7 +23,7 @@
|
|||||||
#include <boost/limits.hpp>
|
#include <boost/limits.hpp>
|
||||||
#include <boost/type_traits/is_enum.hpp>
|
#include <boost/type_traits/is_enum.hpp>
|
||||||
#include <boost/type_traits/is_integral.hpp>
|
#include <boost/type_traits/is_integral.hpp>
|
||||||
#include <boost/utility/enable_if.hpp>
|
#include <boost/core/enable_if.hpp>
|
||||||
#include <boost/cstdint.hpp>
|
#include <boost/cstdint.hpp>
|
||||||
|
|
||||||
#if defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION)
|
#if defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION)
|
||||||
|
@@ -10,13 +10,13 @@
|
|||||||
#if !defined(BOOST_FUNCTIONAL_HASH_FWD_HPP)
|
#if !defined(BOOST_FUNCTIONAL_HASH_FWD_HPP)
|
||||||
#define BOOST_FUNCTIONAL_HASH_FWD_HPP
|
#define BOOST_FUNCTIONAL_HASH_FWD_HPP
|
||||||
|
|
||||||
#include <boost/config.hpp>
|
#include <boost/config/workaround.hpp>
|
||||||
|
#include <cstddef>
|
||||||
|
|
||||||
#if defined(BOOST_HAS_PRAGMA_ONCE)
|
#if defined(BOOST_HAS_PRAGMA_ONCE)
|
||||||
#pragma once
|
#pragma once
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <cstddef>
|
|
||||||
#include <boost/detail/workaround.hpp>
|
|
||||||
|
|
||||||
namespace boost
|
namespace boost
|
||||||
{
|
{
|
||||||
|
@@ -13,7 +13,7 @@
|
|||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <boost/detail/lightweight_test.hpp>
|
#include <boost/core/lightweight_test.hpp>
|
||||||
|
|
||||||
#ifdef BOOST_HASH_TEST_EXTENSIONS
|
#ifdef BOOST_HASH_TEST_EXTENSIONS
|
||||||
|
|
||||||
|
@@ -17,7 +17,7 @@ int main() {}
|
|||||||
# include <boost/functional/hash.hpp>
|
# include <boost/functional/hash.hpp>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <boost/detail/lightweight_test.hpp>
|
#include <boost/core/lightweight_test.hpp>
|
||||||
|
|
||||||
#if defined(BOOST_MSVC)
|
#if defined(BOOST_MSVC)
|
||||||
#pragma warning(disable:4244) // conversion from 'unsigned long' to
|
#pragma warning(disable:4244) // conversion from 'unsigned long' to
|
||||||
|
@@ -49,7 +49,7 @@ namespace boost
|
|||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <boost/detail/lightweight_test.hpp>
|
#include <boost/core/lightweight_test.hpp>
|
||||||
|
|
||||||
#ifdef BOOST_HASH_TEST_EXTENSIONS
|
#ifdef BOOST_HASH_TEST_EXTENSIONS
|
||||||
|
|
||||||
|
@@ -13,7 +13,7 @@
|
|||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <boost/detail/lightweight_test.hpp>
|
#include <boost/core/lightweight_test.hpp>
|
||||||
|
|
||||||
#ifdef BOOST_HASH_TEST_EXTENSIONS
|
#ifdef BOOST_HASH_TEST_EXTENSIONS
|
||||||
|
|
||||||
|
@@ -11,7 +11,7 @@
|
|||||||
# include <boost/functional/hash.hpp>
|
# include <boost/functional/hash.hpp>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <boost/detail/lightweight_test.hpp>
|
#include <boost/core/lightweight_test.hpp>
|
||||||
#include "./compile_time.hpp"
|
#include "./compile_time.hpp"
|
||||||
|
|
||||||
namespace test {
|
namespace test {
|
||||||
|
@@ -11,12 +11,12 @@
|
|||||||
# include <boost/functional/hash.hpp>
|
# include <boost/functional/hash.hpp>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <boost/detail/lightweight_test.hpp>
|
#include <boost/core/lightweight_test.hpp>
|
||||||
|
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
#include <boost/functional/hash/detail/limits.hpp>
|
#include <boost/functional/hash/detail/limits.hpp>
|
||||||
#include <boost/functional/hash/detail/float_functions.hpp>
|
#include <boost/functional/hash/detail/float_functions.hpp>
|
||||||
#include <boost/detail/workaround.hpp>
|
#include <boost/config/workaround.hpp>
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
|
@@ -52,7 +52,7 @@ namespace boost
|
|||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <boost/detail/lightweight_test.hpp>
|
#include <boost/core/lightweight_test.hpp>
|
||||||
|
|
||||||
#ifdef BOOST_HASH_TEST_EXTENSIONS
|
#ifdef BOOST_HASH_TEST_EXTENSIONS
|
||||||
|
|
||||||
|
@@ -11,7 +11,7 @@
|
|||||||
# include <boost/functional/hash.hpp>
|
# include <boost/functional/hash.hpp>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <boost/detail/lightweight_test.hpp>
|
#include <boost/core/lightweight_test.hpp>
|
||||||
#include "./compile_time.hpp"
|
#include "./compile_time.hpp"
|
||||||
|
|
||||||
void void_func1() { static int x = 1; ++x; }
|
void void_func1() { static int x = 1; ++x; }
|
||||||
|
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
#include "./hash_fwd_test.hpp"
|
#include "./hash_fwd_test.hpp"
|
||||||
|
|
||||||
#include <boost/detail/lightweight_test.hpp>
|
#include <boost/core/lightweight_test.hpp>
|
||||||
|
|
||||||
#if defined(BOOST_HASH_TEST_EXTENSIONS) && !defined(BOOST_HASH_TEST_STD_INCLUDES)
|
#if defined(BOOST_HASH_TEST_EXTENSIONS) && !defined(BOOST_HASH_TEST_STD_INCLUDES)
|
||||||
|
|
||||||
|
@@ -15,7 +15,7 @@ int main() {}
|
|||||||
#else
|
#else
|
||||||
|
|
||||||
#include "./hash_fwd_test.hpp"
|
#include "./hash_fwd_test.hpp"
|
||||||
#include <boost/detail/lightweight_test.hpp>
|
#include <boost/core/lightweight_test.hpp>
|
||||||
|
|
||||||
template <class T> void unused(T const&) {}
|
template <class T> void unused(T const&) {}
|
||||||
|
|
||||||
|
@@ -50,7 +50,7 @@ namespace boost
|
|||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <boost/detail/lightweight_test.hpp>
|
#include <boost/core/lightweight_test.hpp>
|
||||||
|
|
||||||
#ifdef BOOST_HASH_TEST_EXTENSIONS
|
#ifdef BOOST_HASH_TEST_EXTENSIONS
|
||||||
|
|
||||||
|
@@ -13,7 +13,7 @@
|
|||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <boost/detail/lightweight_test.hpp>
|
#include <boost/core/lightweight_test.hpp>
|
||||||
|
|
||||||
#ifdef BOOST_HASH_TEST_EXTENSIONS
|
#ifdef BOOST_HASH_TEST_EXTENSIONS
|
||||||
|
|
||||||
|
@@ -13,7 +13,7 @@
|
|||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <boost/detail/lightweight_test.hpp>
|
#include <boost/core/lightweight_test.hpp>
|
||||||
|
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
# include <boost/functional/hash.hpp>
|
# include <boost/functional/hash.hpp>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <boost/detail/lightweight_test.hpp>
|
#include <boost/core/lightweight_test.hpp>
|
||||||
#include <deque>
|
#include <deque>
|
||||||
|
|
||||||
int main()
|
int main()
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
# include <boost/functional/hash.hpp>
|
# include <boost/functional/hash.hpp>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <boost/detail/lightweight_test.hpp>
|
#include <boost/core/lightweight_test.hpp>
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
||||||
int main()
|
int main()
|
||||||
|
@@ -12,11 +12,11 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <boost/detail/lightweight_test.hpp>
|
#include <boost/core/lightweight_test.hpp>
|
||||||
|
|
||||||
#include <boost/preprocessor/cat.hpp>
|
#include <boost/preprocessor/cat.hpp>
|
||||||
#include <boost/functional/hash/detail/limits.hpp>
|
#include <boost/functional/hash/detail/limits.hpp>
|
||||||
#include <boost/utility/enable_if.hpp>
|
#include <boost/core/enable_if.hpp>
|
||||||
|
|
||||||
#include "./compile_time.hpp"
|
#include "./compile_time.hpp"
|
||||||
|
|
||||||
|
@@ -11,7 +11,7 @@
|
|||||||
# include <boost/functional/hash.hpp>
|
# include <boost/functional/hash.hpp>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <boost/detail/lightweight_test.hpp>
|
#include <boost/core/lightweight_test.hpp>
|
||||||
#include <boost/limits.hpp>
|
#include <boost/limits.hpp>
|
||||||
#include "./compile_time.hpp"
|
#include "./compile_time.hpp"
|
||||||
|
|
||||||
|
@@ -17,7 +17,7 @@ int main() {}
|
|||||||
# include <boost/functional/hash.hpp>
|
# include <boost/functional/hash.hpp>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <boost/detail/lightweight_test.hpp>
|
#include <boost/core/lightweight_test.hpp>
|
||||||
#include <boost/limits.hpp>
|
#include <boost/limits.hpp>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
@@ -13,7 +13,7 @@
|
|||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <boost/detail/lightweight_test.hpp>
|
#include <boost/core/lightweight_test.hpp>
|
||||||
|
|
||||||
#ifdef BOOST_HASH_TEST_EXTENSIONS
|
#ifdef BOOST_HASH_TEST_EXTENSIONS
|
||||||
|
|
||||||
|
@@ -14,7 +14,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <boost/config.hpp>
|
#include <boost/config.hpp>
|
||||||
#include <boost/detail/lightweight_test.hpp>
|
#include <boost/core/lightweight_test.hpp>
|
||||||
|
|
||||||
#if defined(BOOST_HASH_TEST_EXTENSIONS) && !defined(BOOST_NO_CXX11_HDR_ARRAY)
|
#if defined(BOOST_HASH_TEST_EXTENSIONS) && !defined(BOOST_NO_CXX11_HDR_ARRAY)
|
||||||
#define TEST_ARRAY
|
#define TEST_ARRAY
|
||||||
|
@@ -11,7 +11,7 @@
|
|||||||
# include <boost/functional/hash.hpp>
|
# include <boost/functional/hash.hpp>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <boost/detail/lightweight_test.hpp>
|
#include <boost/core/lightweight_test.hpp>
|
||||||
#include "./compile_time.hpp"
|
#include "./compile_time.hpp"
|
||||||
|
|
||||||
#if defined(BOOST_HASH_TEST_EXTENSIONS) && !defined(BOOST_NO_CXX11_SMART_PTR)
|
#if defined(BOOST_HASH_TEST_EXTENSIONS) && !defined(BOOST_NO_CXX11_SMART_PTR)
|
||||||
|
@@ -14,7 +14,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <boost/config.hpp>
|
#include <boost/config.hpp>
|
||||||
#include <boost/detail/lightweight_test.hpp>
|
#include <boost/core/lightweight_test.hpp>
|
||||||
|
|
||||||
#if defined(BOOST_HASH_TEST_EXTENSIONS) && !defined(BOOST_NO_CXX11_HDR_TUPLE)
|
#if defined(BOOST_HASH_TEST_EXTENSIONS) && !defined(BOOST_NO_CXX11_HDR_TUPLE)
|
||||||
#define TEST_TUPLE
|
#define TEST_TUPLE
|
||||||
|
@@ -11,7 +11,7 @@
|
|||||||
# include <boost/functional/hash.hpp>
|
# include <boost/functional/hash.hpp>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <boost/detail/lightweight_test.hpp>
|
#include <boost/core/lightweight_test.hpp>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include "./compile_time.hpp"
|
#include "./compile_time.hpp"
|
||||||
|
|
||||||
|
@@ -11,7 +11,7 @@
|
|||||||
# include <boost/functional/hash.hpp>
|
# include <boost/functional/hash.hpp>
|
||||||
#endif
|
#endif
|
||||||
#include <boost/config.hpp>
|
#include <boost/config.hpp>
|
||||||
#include <boost/detail/lightweight_test.hpp>
|
#include <boost/core/lightweight_test.hpp>
|
||||||
|
|
||||||
#if !defined(BOOST_NO_CXX11_HDR_TYPEINDEX)
|
#if !defined(BOOST_NO_CXX11_HDR_TYPEINDEX)
|
||||||
|
|
||||||
|
@@ -16,7 +16,7 @@
|
|||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <boost/detail/lightweight_test.hpp>
|
#include <boost/core/lightweight_test.hpp>
|
||||||
|
|
||||||
#ifdef BOOST_HASH_TEST_EXTENSIONS
|
#ifdef BOOST_HASH_TEST_EXTENSIONS
|
||||||
|
|
||||||
|
@@ -13,7 +13,7 @@
|
|||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <boost/detail/lightweight_test.hpp>
|
#include <boost/core/lightweight_test.hpp>
|
||||||
|
|
||||||
#ifdef BOOST_HASH_TEST_EXTENSIONS
|
#ifdef BOOST_HASH_TEST_EXTENSIONS
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
#define BOOST_HASH_TEST_NAMESPACE boost
|
#define BOOST_HASH_TEST_NAMESPACE boost
|
||||||
#include <boost/functional/hash.hpp>
|
#include <boost/functional/hash.hpp>
|
||||||
#include <boost/detail/lightweight_test.hpp>
|
#include <boost/core/lightweight_test.hpp>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
int f(std::size_t hash1, int* x1) {
|
int f(std::size_t hash1, int* x1) {
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
#define BOOST_HASH_TEST_NAMESPACE boost
|
#define BOOST_HASH_TEST_NAMESPACE boost
|
||||||
#define BOOST_HASH_NO_EXTENSIONS
|
#define BOOST_HASH_NO_EXTENSIONS
|
||||||
#include <boost/functional/hash.hpp>
|
#include <boost/functional/hash.hpp>
|
||||||
#include <boost/detail/lightweight_test.hpp>
|
#include <boost/core/lightweight_test.hpp>
|
||||||
|
|
||||||
extern int f(std::size_t, int*);
|
extern int f(std::size_t, int*);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user