]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/serialization/level_enum.hpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / boost / serialization / level_enum.hpp
index baf64e04f31d354b39e4279558424b7a31cd4b94..965b46f8ad986a6d9cac6eb0536d0374d46d8527 100644 (file)
@@ -9,7 +9,7 @@
 /////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8
 // level_enum.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)
@@ -37,12 +37,12 @@ enum level_type
     primitive_type = 1,
     // Serialize the objects of this type using the objects "serialize"
     // function or template. This permits values to be written/read
-    // to/from archives but includes no class or version information. 
+    // to/from archives but includes no class or version information.
     object_serializable = 2,
     ///////////////////////////////////////////////////////////////////
     // once an object is serialized at one of the above levels, the
     // corresponding archives cannot be read if the implementation level
-    // for the archive object is changed.  
+    // for the archive object is changed.
     ///////////////////////////////////////////////////////////////////
     // Add class information to the archive.  Class information includes
     // implementation level, class version and class name if available