]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/archive/detail/basic_serializer_map.hpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / boost / archive / detail / basic_serializer_map.hpp
index 793418033674eaeda1dff93a28cd4366eca1f1ee..78c6a52d31c2eb48c9600397722dfbf454d02eb4 100644 (file)
@@ -9,7 +9,7 @@
 /////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8
 // basic_serializer_map.hpp: extenstion of type_info required for serialization.
 
-// (C) Copyright 2002 Robert Ramey - http://www.rrsd.com . 
+// (C) Copyright 2002 Robert Ramey - http://www.rrsd.com .
 // Use, modification and distribution is subject to the Boost Software
 // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
@@ -24,7 +24,7 @@
 
 #include <boost/archive/detail/abi_prefix.hpp> // must be the last header
 
-namespace boost { 
+namespace boost {
 namespace serialization {
     class extended_type_info;
 }
@@ -45,7 +45,7 @@ basic_serializer_map : public
         ) const ;
     };
     typedef std::set<
-        const basic_serializer *, 
+        const basic_serializer *,
         type_info_pointer_compare
     > map_type;
     map_type m_map;