Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 210427 | Differences between
and this patch

Collapse All | Expand All

(-)a/boost/date_time/tz_db_base.hpp (-2 / +1 lines)
Lines 158-164 namespace boost { Link Here
158
      typedef typename time_zone_type::base_type time_zone_base_type;
158
      typedef typename time_zone_type::base_type time_zone_base_type;
159
      typedef typename time_zone_type::time_duration_type time_duration_type;
159
      typedef typename time_zone_type::time_duration_type time_duration_type;
160
      typedef time_zone_names_base<char_type> time_zone_names;
160
      typedef time_zone_names_base<char_type> time_zone_names;
161
      typedef dst_adjustment_offsets<time_duration_type> dst_adjustment_offsets;
161
      typedef boost::date_time::dst_adjustment_offsets<time_duration_type> dst_adjustment_offsets;
162
      typedef std::basic_string<char_type> string_type;
162
      typedef std::basic_string<char_type> string_type;
163
163
164
      //! Constructs an empty database
164
      //! Constructs an empty database
165
- 

Return to bug 210427