Ticket #4598: 4598.patch
File 4598.patch, 1.5 KB (added by , 12 years ago) |
---|
-
boost/date_time/posix_time/time_serialize.hpp
old new 12 12 #include "boost/date_time/posix_time/posix_time.hpp" 13 13 #include "boost/date_time/gregorian/greg_serialize.hpp" 14 14 #include "boost/serialization/split_free.hpp" 15 15 #include "boost/serialization/nvp.hpp" 16 16 17 17 // macros to split serialize functions into save & load functions 18 18 // NOTE: these macros define template functions in the boost::serialization namespace. -
boost/date_time/gregorian/greg_serialize.hpp
old new 12 12 #include "boost/date_time/gregorian/gregorian_types.hpp" 13 13 #include "boost/date_time/gregorian/parsers.hpp" 14 14 #include "boost/serialization/split_free.hpp" 15 15 #include "boost/serialization/nvp.hpp" 16 16 17 17 // macros to split serialize functions into save & load functions 18 18 // An expanded version is below for gregorian::date -
boost/ptr_container/detail/serialize_ptr_map_adapter.hpp
old new 9 9 #include <boost/ptr_container/ptr_map_adapter.hpp> 10 10 #include <boost/ptr_container/detail/serialize_xml_names.hpp> 11 11 #include <boost/serialization/split_free.hpp> 12 #include <boost/serialization/nvp.hpp> 12 13 13 14 namespace boost 14 15 {