]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/serialization/traits.hpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / boost / serialization / traits.hpp
index 9e114fdd3dfb14ea46c27eeaefa721f92d292ef2..45e0c93fbf9d0c4284dd5359285df37b5ad94ff1 100644 (file)
@@ -9,7 +9,7 @@
 /////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8
 // traits.hpp:
 
-// (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)
@@ -18,7 +18,7 @@
 
 // This header is used to apply serialization traits to templates.  The
 // standard system can't be used for platforms which don't support
-// Partial Templlate Specialization.  
+// Partial Templlate Specialization.
 
 // The motivation for this is the Name-Value Pair (NVP) template.
 // it has to work the same on all platforms in order for archives
@@ -42,8 +42,8 @@ template <class T>
 struct extended_type_info_impl;
 
 template<
-    class T, 
-    int Level, 
+    class T,
+    int Level,
     int Tracking,
     unsigned int Version = 0,
     class ETII = extended_type_info_impl< T >,