--- a/b/boost/boost/date_time/gregorian/greg_facet.hpp 2013-05-31 14:03:30.476695310 +0200 +++ a/b/boost/boost/date_time/gregorian/greg_facet.hpp 2013-05-31 14:03:22.894669713 +0200 @@ -215,7 +215,6 @@ { std::istream_iterator, charT> beg(is), eos; - typedef boost::date_time::all_date_names_put facet_def; d = from_stream(beg, eos); return is; } --- misc/boost_1_44_0/boost/date_time/date_parsing.hpp +++ misc/build/boost_1_44_0/boost/date_time/date_parsing.hpp @@ -113,7 +113,6 @@ spec_str = "mdy"; } - typedef typename date_type::year_type year_type; typedef typename date_type::month_type month_type; unsigned pos = 0; unsigned short year(0), month(0), day(0); @@ -159,7 +158,7 @@ parse_undelimited_date(const std::string& s) { int offsets[] = {4,2,2}; int pos = 0; - typedef typename date_type::year_type year_type; + //typedef typename date_type::year_type year_type; //typename date_type::ymd_type ymd((year_type::min)(),1,1); unsigned short y = 0, m = 0, d = 0; --- misc/boost_1_44_0/boost/date_time/local_time/local_time_io.hpp +++ misc/build/boost_1_44_0/boost/date_time/local_time/local_time_io.hpp @@ -36,7 +36,6 @@ boost::io::ios_flags_saver iflags(os); typedef local_date_time time_type;//::utc_time_type typename typedef date_time::time_facet custom_time_facet; - typedef std::time_put std_time_facet; std::ostreambuf_iterator oitr(os); if(std::has_facet(os.getloc())) { @@ -123,7 +122,6 @@ const boost::local_time::local_time_period& p) { boost::io::ios_flags_saver iflags(os); typedef boost::date_time::time_facet custom_facet; - typedef std::time_put std_time_facet; std::ostreambuf_iterator oitr(os); if (std::has_facet(os.getloc())) { std::use_facet(os.getloc()).put(oitr, os, os.fill(), p); --- misc/boost_1_44_0/boost/date_time/posix_time/posix_time_io.hpp +++ misc/build/boost_1_44_0/boost/date_time/posix_time/posix_time_io.hpp @@ -47,7 +47,6 @@ const ptime& p) { boost::io::ios_flags_saver iflags(os); typedef boost::date_time::time_facet custom_ptime_facet; - typedef std::time_put std_ptime_facet; std::ostreambuf_iterator oitr(os); if (std::has_facet(os.getloc())) std::use_facet(os.getloc()).put(oitr, os, os.fill(), p); @@ -114,7 +113,6 @@ const boost::posix_time::time_period& p) { boost::io::ios_flags_saver iflags(os); typedef boost::date_time::time_facet custom_ptime_facet; - typedef std::time_put std_time_facet; std::ostreambuf_iterator oitr(os); if (std::has_facet(os.getloc())) { std::use_facet(os.getloc()).put(oitr, os, os.fill(), p); @@ -180,7 +178,6 @@ { boost::io::ios_flags_saver iflags(os); typedef boost::date_time::time_facet custom_ptime_facet; - typedef std::time_put std_ptime_facet; std::ostreambuf_iterator oitr(os); if (std::has_facet(os.getloc())) std::use_facet(os.getloc()).put(oitr, os, os.fill(), td); --- misc/boost_1_44_0/boost/date_time/string_convert.hpp +++ misc/build/boost_1_44_0/boost/date_time/string_convert.hpp @@ -21,7 +21,6 @@ inline std::basic_string convert_string_type(const std::basic_string& inp_str) { - typedef std::basic_string input_type; typedef std::basic_string output_type; output_type result; result.insert(result.begin(), inp_str.begin(), inp_str.end()); --- misc/boost_1_44_0/boost/date_time/strings_from_facet.hpp +++ misc/build/boost_1_44_0/boost/date_time/strings_from_facet.hpp @@ -35,7 +35,6 @@ { typedef std::basic_string string_type; typedef std::vector collection_type; - typedef std::basic_ostringstream ostream_type; typedef std::ostreambuf_iterator ostream_iter_type; typedef std::basic_ostringstream stringstream_type; typedef std::time_put time_put_facet_type; @@ -85,7 +84,6 @@ { typedef std::basic_string string_type; typedef std::vector collection_type; - typedef std::basic_ostringstream ostream_type; typedef std::ostreambuf_iterator ostream_iter_type; typedef std::basic_ostringstream stringstream_type; typedef std::time_put time_put_facet_type;