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 Petr Machata <pmachata@…>, 9 years ago)

This one also appears to be necessary.

  • 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 {  
    215215  {
    216216    std::istream_iterator<std::basic_string<charT>, charT> beg(is), eos;
    217217   
    218     typedef boost::date_time::all_date_names_put<greg_facet_config, charT> facet_def;
    219218    d = from_stream(beg, eos);
    220219    return is;
    221220  }