]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/serialization/test/test_polymorphic.cpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / libs / serialization / test / test_polymorphic.cpp
index 33957e1c7fe6c296a474a0a3c33ee909a4ad4f5b..468809882c9c6228fd649e6015e04c2ccaf7c316 100644 (file)
@@ -1,7 +1,7 @@
 /////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8
 // test_polymorphic.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)
@@ -14,7 +14,7 @@
 
 #include <boost/config.hpp>
 #if defined(BOOST_NO_STDC_NAMESPACE)
-namespace std{ 
+namespace std{
     using ::remove;
 }
 #endif
@@ -76,7 +76,7 @@ int test_main(int /* argc */, char * /* argv */ [])
     // test using using polymorphic interface.
     {
         test_ostream os(testfile, TEST_STREAM_FLAGS);
-        boost::archive::polymorphic_oarchive * oa_implementation 
+        boost::archive::polymorphic_oarchive * oa_implementation
             = new test_oarchive(os, TEST_ARCHIVE_FLAGS);
         *oa_implementation << BOOST_SERIALIZATION_NVP(d);
         delete oa_implementation;