--- usr/boost_1_34_1/boost/date_time/time_facet.hpp 2006-02-18 21:58:01.000000000 +0100 +++ ./time_facet.hpp 2007-09-27 17:14:54.000000000 +0200 @@ -199,7 +199,11 @@ //! sets default formats for ptime, local_date_time, and time_duration explicit time_facet(::size_t a_ref = 0) //: base_type(standard_format), - : base_type(default_time_format), + : base_type(default_time_format, + period_formatter_type(), + special_values_formatter_type(), + date_gen_formatter_type(), + a_ref), m_time_duration_format(string_type(duration_sign_negative_only) + default_time_duration_format) {}