diff --git a/test/allocate_unique_aggregate_test.cpp b/test/allocate_unique_aggregate_test.cpp index 8861981..f1c558c 100644 --- a/test/allocate_unique_aggregate_test.cpp +++ b/test/allocate_unique_aggregate_test.cpp @@ -10,8 +10,8 @@ Distributed under the Boost Software License, Version 1.0. BOOST_LIBSTDCXX_VERSION >= 46000) && \ !defined(BOOST_NO_CXX11_SMART_PTR) && \ !defined(BOOST_NO_CXX11_UNIFIED_INITIALIZATION_SYNTAX) -#include #include +#include template struct creator { diff --git a/test/allocate_unique_args_test.cpp b/test/allocate_unique_args_test.cpp index e2f19d0..aafbc3d 100644 --- a/test/allocate_unique_args_test.cpp +++ b/test/allocate_unique_args_test.cpp @@ -10,8 +10,8 @@ Distributed under the Boost Software License, Version 1.0. BOOST_LIBSTDCXX_VERSION >= 46000) && \ !defined(BOOST_NO_CXX11_SMART_PTR) && \ !defined(BOOST_NO_CXX11_VARIADIC_TEMPLATES) -#include #include +#include template struct creator { diff --git a/test/allocate_unique_array_construct_test.cpp b/test/allocate_unique_array_construct_test.cpp index 6c9a4aa..80b9f87 100644 --- a/test/allocate_unique_array_construct_test.cpp +++ b/test/allocate_unique_array_construct_test.cpp @@ -10,8 +10,8 @@ Distributed under the Boost Software License, Version 1.0. BOOST_LIBSTDCXX_VERSION >= 48000) && \ !defined(BOOST_NO_CXX11_SMART_PTR) && \ !defined(BOOST_NO_CXX11_ALLOCATOR) -#include #include +#include struct allow { }; diff --git a/test/allocate_unique_array_noinit_test.cpp b/test/allocate_unique_array_noinit_test.cpp index 118af3e..7c9c122 100644 --- a/test/allocate_unique_array_noinit_test.cpp +++ b/test/allocate_unique_array_noinit_test.cpp @@ -9,8 +9,8 @@ Distributed under the Boost Software License, Version 1.0. #if (!defined(BOOST_LIBSTDCXX_VERSION) || \ BOOST_LIBSTDCXX_VERSION >= 48000) && \ !defined(BOOST_NO_CXX11_SMART_PTR) -#include #include +#include template struct creator { diff --git a/test/allocate_unique_array_test.cpp b/test/allocate_unique_array_test.cpp index e61e614..5901245 100644 --- a/test/allocate_unique_array_test.cpp +++ b/test/allocate_unique_array_test.cpp @@ -9,8 +9,8 @@ Distributed under the Boost Software License, Version 1.0. #if (!defined(BOOST_LIBSTDCXX_VERSION) || \ BOOST_LIBSTDCXX_VERSION >= 48000) && \ !defined(BOOST_NO_CXX11_SMART_PTR) -#include #include +#include template struct creator { diff --git a/test/allocate_unique_array_throws_test.cpp b/test/allocate_unique_array_throws_test.cpp index 3bdcae1..64670bb 100644 --- a/test/allocate_unique_array_throws_test.cpp +++ b/test/allocate_unique_array_throws_test.cpp @@ -9,8 +9,8 @@ Distributed under the Boost Software License, Version 1.0. #if (!defined(BOOST_LIBSTDCXX_VERSION) || \ BOOST_LIBSTDCXX_VERSION >= 48000) && \ !defined(BOOST_NO_CXX11_SMART_PTR) -#include #include +#include template struct creator { diff --git a/test/allocate_unique_array_value_test.cpp b/test/allocate_unique_array_value_test.cpp index 9bc714b..256b492 100644 --- a/test/allocate_unique_array_value_test.cpp +++ b/test/allocate_unique_array_value_test.cpp @@ -9,8 +9,8 @@ Distributed under the Boost Software License, Version 1.0. #if (!defined(BOOST_LIBSTDCXX_VERSION) || \ BOOST_LIBSTDCXX_VERSION >= 48000) && \ !defined(BOOST_NO_CXX11_SMART_PTR) -#include #include +#include template struct creator { diff --git a/test/allocate_unique_arrays_test.cpp b/test/allocate_unique_arrays_test.cpp index fc2fe33..43354f0 100644 --- a/test/allocate_unique_arrays_test.cpp +++ b/test/allocate_unique_arrays_test.cpp @@ -10,8 +10,8 @@ Distributed under the Boost Software License, Version 1.0. BOOST_LIBSTDCXX_VERSION >= 48000) && \ !defined(BOOST_NO_CXX11_SMART_PTR) && \ !defined(BOOST_NO_CXX11_UNIFIED_INITIALIZATION_SYNTAX) -#include #include +#include template struct creator { diff --git a/test/allocate_unique_construct_test.cpp b/test/allocate_unique_construct_test.cpp index f5b0d45..5abba99 100644 --- a/test/allocate_unique_construct_test.cpp +++ b/test/allocate_unique_construct_test.cpp @@ -7,8 +7,8 @@ Distributed under the Boost Software License, Version 1.0. */ #include #if !defined(BOOST_NO_CXX11_SMART_PTR) && !defined(BOOST_NO_CXX11_ALLOCATOR) -#include #include +#include struct allow { }; diff --git a/test/allocate_unique_noinit_test.cpp b/test/allocate_unique_noinit_test.cpp index 3dc8a35..d20c106 100644 --- a/test/allocate_unique_noinit_test.cpp +++ b/test/allocate_unique_noinit_test.cpp @@ -9,8 +9,8 @@ Distributed under the Boost Software License, Version 1.0. #if (!defined(BOOST_LIBSTDCXX_VERSION) || \ BOOST_LIBSTDCXX_VERSION >= 46000) && \ !defined(BOOST_NO_CXX11_SMART_PTR) -#include #include +#include template struct creator { diff --git a/test/allocate_unique_test.cpp b/test/allocate_unique_test.cpp index a919f77..862bf97 100644 --- a/test/allocate_unique_test.cpp +++ b/test/allocate_unique_test.cpp @@ -9,8 +9,8 @@ Distributed under the Boost Software License, Version 1.0. #if (!defined(BOOST_LIBSTDCXX_VERSION) || \ BOOST_LIBSTDCXX_VERSION >= 46000) && \ !defined(BOOST_NO_CXX11_SMART_PTR) -#include #include +#include template struct creator { diff --git a/test/allocate_unique_throws_test.cpp b/test/allocate_unique_throws_test.cpp index 4b948b3..7d2d047 100644 --- a/test/allocate_unique_throws_test.cpp +++ b/test/allocate_unique_throws_test.cpp @@ -9,8 +9,8 @@ Distributed under the Boost Software License, Version 1.0. #if (!defined(BOOST_LIBSTDCXX_VERSION) || \ BOOST_LIBSTDCXX_VERSION >= 46000) && \ !defined(BOOST_NO_CXX11_SMART_PTR) -#include #include +#include template struct creator { diff --git a/test/allocate_unique_value_test.cpp b/test/allocate_unique_value_test.cpp index 3b909ff..153e731 100644 --- a/test/allocate_unique_value_test.cpp +++ b/test/allocate_unique_value_test.cpp @@ -9,8 +9,8 @@ Distributed under the Boost Software License, Version 1.0. #if (!defined(BOOST_LIBSTDCXX_VERSION) || \ BOOST_LIBSTDCXX_VERSION >= 46000) && \ !defined(BOOST_NO_CXX11_SMART_PTR) -#include #include +#include template struct creator {