Ticket #1286: basic_oarchive.hpp.patch
File basic_oarchive.hpp.patch, 862 bytes (added by , 15 years ago) |
---|
-
basic_oarchive.hpp
71 71 public: 72 72 // note: NOT part of the public interface 73 73 void register_basic_serializer( 74 const BOOST_ARCHIVE_DECL(BOOST_PP_EMPTY())basic_oserializer & bos74 const basic_oserializer & bos 75 75 ); 76 76 void save_object( 77 77 const void *x, 78 const BOOST_ARCHIVE_DECL(BOOST_PP_EMPTY())basic_oserializer & bos78 const basic_oserializer & bos 79 79 ); 80 80 void save_pointer( 81 81 const void * t, 82 const BOOST_ARCHIVE_DECL(BOOST_PP_EMPTY()) 83 basic_pointer_oserializer * bpos_ptr 82 const basic_pointer_oserializer * bpos_ptr 84 83 ); 85 84 void save_null_pointer(){ 86 85 vsave(NULL_POINTER_TAG);