]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/serialization/example/polymorphic_portable_binary_iarchive.cpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / libs / serialization / example / polymorphic_portable_binary_iarchive.cpp
index 7f2f23e4cea70250aa2b44dc24b54e64633bbaea..2e16262b57010ba58aa603064881dacd86bf56f8 100644 (file)
@@ -1,7 +1,7 @@
 /////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8
 // polymorphic_portable_binary_iarchive.cpp
 
-// (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)
@@ -22,8 +22,8 @@ namespace boost {
 namespace archive {
 
 template class binary_iarchive_impl<
-    polymorphic_portable_binary_iarchive, 
-    std::istream::char_type, 
+    polymorphic_portable_binary_iarchive,
+    std::istream::char_type,
     std::istream::traits_type
 >;
 template class detail::archive_pointer_iserializer<