]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/multiprecision/traits/extract_exponent_type.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / boost / multiprecision / traits / extract_exponent_type.hpp
index adb30d54367c7570080ee50e3972a8c0505079de..fbbd2a0a0f7ea5e8eb037a6fe191d9d0207d638d 100644 (file)
@@ -1,16 +1,16 @@
 ///////////////////////////////////////////////////////////////
 //  Copyright 2012 John Maddock. Distributed under the Boost
 //  Software License, Version 1.0. (See accompanying file
-//  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_
+//  LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt
 
 #ifndef BOOST_MATH_EXTRACT_EXPONENT_HPP
 #define BOOST_MATH_EXTRACT_EXPONENT_HPP
 
 #include <boost/multiprecision/number.hpp>
 
-namespace boost{
-namespace multiprecision{
-namespace backends{
+namespace boost {
+namespace multiprecision {
+namespace backends {
 
 template <class Backend, int cat>
 struct extract_exponent_type
@@ -23,6 +23,6 @@ struct extract_exponent_type<Backend, number_kind_floating_point>
    typedef typename Backend::exponent_type type;
 };
 
-}}} // namespaces
+}}} // namespace boost::multiprecision::backends
 
 #endif