]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/serialization/unordered_collections_save_imp.hpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / boost / serialization / unordered_collections_save_imp.hpp
index 56746ebeaa36d4135899fbe908fd90178a7e9862..1ff4916d70cf46255b423661cf86ac40c4ada6ab 100644 (file)
@@ -9,7 +9,7 @@
 /////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8
 // hash_collections_save_imp.hpp: serialization for stl collections
 
-// (C) Copyright 2002 Robert Ramey - http://www.rrsd.com . 
+// (C) Copyright 2002 Robert Ramey - http://www.rrsd.com .
 // (C) Copyright 2014 Jim Bell
 // Use, modification and distribution is subject to the Boost Software
 // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
@@ -69,8 +69,8 @@ inline void save_unordered_collection(Archive & ar, const Container &s)
     while(count-- > 0){
         // note borland emits a no-op without the explicit namespace
         boost::serialization::save_construct_data_adl(
-            ar, 
-            &(*it), 
+            ar,
+            &(*it),
             boost::serialization::version<
                 typename Container::value_type
             >::value
@@ -79,7 +79,7 @@ inline void save_unordered_collection(Archive & ar, const Container &s)
     }
 }
 
-} // namespace stl 
+} // namespace stl
 } // namespace serialization
 } // namespace boost