]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/nowide/test/test.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / nowide / test / test.hpp
index a8f96622d5cf9b42af17c7722e2a31dcc7ecedfc..afe99617a4a8a152d3b61ecc0bed88e5e4c7e01c 100644 (file)
@@ -3,7 +3,7 @@
 //  Copyright (c) 2019-2020 Alexander Grund
 //
 //  Distributed under the Boost Software License, Version 1.0. (See
-//  accompanying file LICENSE_1_0.txt or copy at
+//  accompanying file LICENSE or copy at
 //  http://www.boost.org/LICENSE_1_0.txt)
 //
 #ifndef BOOST_NOWIDE_LIB_TEST_H_INCLUDED
@@ -88,8 +88,6 @@ inline void test_equal_impl(const T& lhs, const U& rhs, const char* file, const
         DISABLE_CONST_EXPR_DETECTED                                      \
     } while(0) DISABLE_CONST_EXPR_DETECTED_POP
 
-#endif // #ifndef BOOST_NOWIDE_LIB_TEST_H_INCLUDED
-
 #ifndef BOOST_NOWIDE_TEST_NO_MAIN
 // Tests should implement this
 void test_main(int argc, char** argv, char** env);
@@ -107,3 +105,5 @@ int main(int argc, char** argv, char** env)
     return 0;
 }
 #endif
+
+#endif // #ifndef BOOST_NOWIDE_LIB_TEST_H_INCLUDED