Ticket #8856: boost-1.54.0-date_time-unused_typedef-2.patch
File boost-1.54.0-date_time-unused_typedef-2.patch, 617 bytes (added by , 9 years ago) |
---|
-
boost_1_54_0/boost/date_time/gregorian/greg_facet.hpp
diff -up boost_1_54_0/boost/date_time/gregorian/greg_facet.hpp\~ boost_1_54_0/boost/date_time/gregorian/greg_facet.hpp
old new namespace gregorian { 215 215 { 216 216 std::istream_iterator<std::basic_string<charT>, charT> beg(is), eos; 217 217 218 typedef boost::date_time::all_date_names_put<greg_facet_config, charT> facet_def;219 218 d = from_stream(beg, eos); 220 219 return is; 221 220 }