diff --git a/include/boost/container_hash/hash.hpp b/include/boost/container_hash/hash.hpp index 8e06726..4012fc9 100644 --- a/include/boost/container_hash/hash.hpp +++ b/include/boost/container_hash/hash.hpp @@ -17,9 +17,9 @@ #define BOOST_FUNCTIONAL_HASH_HASH_HPP #include -#include -#include -#include +#include +#include +#include #include #include #include diff --git a/include/boost/container_hash/detail/is_contiguous_range.hpp b/include/boost/container_hash/is_contiguous_range.hpp similarity index 92% rename from include/boost/container_hash/detail/is_contiguous_range.hpp rename to include/boost/container_hash/is_contiguous_range.hpp index d21bdb1..7cbf074 100644 --- a/include/boost/container_hash/detail/is_contiguous_range.hpp +++ b/include/boost/container_hash/is_contiguous_range.hpp @@ -2,8 +2,8 @@ // Distributed under the Boost Software License, Version 1.0. // https://www.boost.org/LICENSE_1_0.txt -#ifndef BOOST_HASH_DETAIL_IS_CONTIGUOUS_RANGE_HPP_INCLUDED -#define BOOST_HASH_DETAIL_IS_CONTIGUOUS_RANGE_HPP_INCLUDED +#ifndef BOOST_HASH_IS_CONTIGUOUS_RANGE_HPP_INCLUDED +#define BOOST_HASH_IS_CONTIGUOUS_RANGE_HPP_INCLUDED #include #include @@ -83,4 +83,4 @@ template struct is_contiguous_range< std::array co #endif // !defined(BOOST_NO_CXX11_DECLTYPE) && !defined(BOOST_NO_SFINAE_EXPR) -#endif // #ifndef BOOST_HASH_DETAIL_IS_CONTIGUOUS_RANGE_HPP_INCLUDED +#endif // #ifndef BOOST_HASH_IS_CONTIGUOUS_RANGE_HPP_INCLUDED diff --git a/include/boost/container_hash/detail/is_range.hpp b/include/boost/container_hash/is_range.hpp similarity index 91% rename from include/boost/container_hash/detail/is_range.hpp rename to include/boost/container_hash/is_range.hpp index 0ded066..56fbd2e 100644 --- a/include/boost/container_hash/detail/is_range.hpp +++ b/include/boost/container_hash/is_range.hpp @@ -2,8 +2,8 @@ // Distributed under the Boost Software License, Version 1.0. // https://www.boost.org/LICENSE_1_0.txt -#ifndef BOOST_HASH_DETAIL_IS_RANGE_HPP_INCLUDED -#define BOOST_HASH_DETAIL_IS_RANGE_HPP_INCLUDED +#ifndef BOOST_HASH_IS_RANGE_HPP_INCLUDED +#define BOOST_HASH_IS_RANGE_HPP_INCLUDED #include #include @@ -70,4 +70,4 @@ template struct is_range: hash_detail::is_range_ } // namespace boost -#endif // #ifndef BOOST_HASH_DETAIL_IS_RANGE_HPP_INCLUDED +#endif // #ifndef BOOST_HASH_IS_RANGE_HPP_INCLUDED diff --git a/include/boost/container_hash/detail/is_unordered_range.hpp b/include/boost/container_hash/is_unordered_range.hpp similarity index 75% rename from include/boost/container_hash/detail/is_unordered_range.hpp rename to include/boost/container_hash/is_unordered_range.hpp index 442e0c7..11ee386 100644 --- a/include/boost/container_hash/detail/is_unordered_range.hpp +++ b/include/boost/container_hash/is_unordered_range.hpp @@ -2,10 +2,10 @@ // Distributed under the Boost Software License, Version 1.0. // https://www.boost.org/LICENSE_1_0.txt -#ifndef BOOST_HASH_DETAIL_IS_UNORDERED_RANGE_HPP_INCLUDED -#define BOOST_HASH_DETAIL_IS_UNORDERED_RANGE_HPP_INCLUDED +#ifndef BOOST_HASH_IS_UNORDERED_RANGE_HPP_INCLUDED +#define BOOST_HASH_IS_UNORDERED_RANGE_HPP_INCLUDED -#include +#include #include #include @@ -36,4 +36,4 @@ template struct is_unordered_range: integral_constant< bool, is_rangegcc:-Wconversion" ; run hash_fs_path_test.cpp /boost//filesystem/off : : : $(fs-path-req) msvc-14.0,latest:no ; -run detail_is_range_test2.cpp : : : $(fs-path-req) ; +run is_range_test2.cpp : : : $(fs-path-req) ; run hash_container_test.cpp ; diff --git a/test/detail_is_contiguous_range_test.cpp b/test/is_contiguous_range_test.cpp similarity index 98% rename from test/detail_is_contiguous_range_test.cpp rename to test/is_contiguous_range_test.cpp index 3cee33e..987712c 100644 --- a/test/detail_is_contiguous_range_test.cpp +++ b/test/is_contiguous_range_test.cpp @@ -2,7 +2,7 @@ // Distributed under the Boost Software License, Version 1.0. // https://www.boost.org/LICENSE_1_0.txt -#include +#include #include #include #include diff --git a/test/detail_is_range_test.cpp b/test/is_range_test.cpp similarity index 98% rename from test/detail_is_range_test.cpp rename to test/is_range_test.cpp index e96980e..4031da7 100644 --- a/test/detail_is_range_test.cpp +++ b/test/is_range_test.cpp @@ -2,7 +2,7 @@ // Distributed under the Boost Software License, Version 1.0. // https://www.boost.org/LICENSE_1_0.txt -#include +#include #include #include #include diff --git a/test/detail_is_range_test2.cpp b/test/is_range_test2.cpp similarity index 95% rename from test/detail_is_range_test2.cpp rename to test/is_range_test2.cpp index 864b645..777d1ad 100644 --- a/test/detail_is_range_test2.cpp +++ b/test/is_range_test2.cpp @@ -10,7 +10,7 @@ # pragma GCC diagnostic ignored "-Wsign-conversion" #endif -#include +#include #include #include #include diff --git a/test/detail_is_unordered_range_test.cpp b/test/is_unordered_range_test.cpp similarity index 98% rename from test/detail_is_unordered_range_test.cpp rename to test/is_unordered_range_test.cpp index a4b85ca..cef0d06 100644 --- a/test/detail_is_unordered_range_test.cpp +++ b/test/is_unordered_range_test.cpp @@ -2,7 +2,7 @@ // Distributed under the Boost Software License, Version 1.0. // https://www.boost.org/LICENSE_1_0.txt -#include +#include #include #include #include