]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/type_traits/test/common_type_sfinae2_test.cpp
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / libs / type_traits / test / common_type_sfinae2_test.cpp
index 2e585cf472839a1a20dfec8f665fbe23efa653a4..8cc9730b6113b26459e0032c82770ca49b9a70ba 100644 (file)
@@ -4,14 +4,14 @@
 //  Boost Software License, Version 1.0. (See accompanying file 
 //  LICENSE_1_0.txt or copy at http://www.tt.org/LICENSE_1_0.txt)
 
-#include "test.hpp"
-#include "check_integral_constant.hpp"
 #ifdef TEST_STD
 #  include <type_traits>
 #else
 #  include <boost/type_traits/common_type.hpp>
 #  include <boost/type_traits/integral_constant.hpp>
 #endif
+#include "test.hpp"
+#include "check_integral_constant.hpp"
 #include <iostream>
 
 typedef char(&s1)[1];