Qualify special_values_parser to avoid later confusion. --- boost/date_time/date_facet.hpp +++ boost/date_time/date_facet.hpp @@ -429,7 +429,7 @@ typedef std::basic_string string_type; typedef CharT char_type; typedef boost::date_time::period_parser period_parser_type; - typedef special_values_parser special_values_parser_type; + typedef boost::date_time::special_values_parser special_values_parser_type; typedef std::vector > input_collection_type; typedef format_date_parser format_date_parser_type; // date_generators stuff goes here