]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/serialization/test/portable_binary_archive.hpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / libs / serialization / test / portable_binary_archive.hpp
index ce91331617c8a98cb8be8cea2d04b133b065caff..768b9588e4e28f05997801dab060d7dc8052831b 100644 (file)
@@ -11,7 +11,7 @@
 
 // #include output archive header
 #include "../example/portable_binary_oarchive.hpp"
-// define output archive class to be used 
+// define output archive class to be used
 typedef portable_binary_oarchive test_oarchive;
 // and corresponding stream
 typedef std::ofstream test_ostream;
@@ -21,7 +21,7 @@ typedef std::ofstream test_ostream;
 typedef portable_binary_iarchive test_iarchive;
 typedef std::ifstream test_istream;
 
-// since this archive class isn't compiled into the 
+// since this archive class isn't compiled into the
 // boost serialization library, include this here
 // so that things get instantiated
 #include "../example/portable_binary_oarchive.cpp"