]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/type_traits/test/udt_specialisations.cpp
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / libs / type_traits / test / udt_specialisations.cpp
index 5636bfc350f7b467a129376ded55da31058d17a4..a6fe2dcbdd37e976d6dd86615fbcaf69e3fdd5c0 100644 (file)
@@ -4,8 +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 "test.hpp"
-#include "check_integral_constant.hpp"
 #ifdef TEST_STD
 #  include <type_traits>
 #else
@@ -13,6 +11,8 @@
 #  include <boost/type_traits/is_class.hpp>
 #  include <boost/type_traits/is_union.hpp>
 #endif
+#include "test.hpp"
+#include "check_integral_constant.hpp"
 
 struct my_pod{};
 struct my_union