id summary reporter owner description type status milestone component version severity resolution keywords cc 1695 add correct namespace to class to fix compilation bug iskren.chernev@… az_sw_dude "I got the following error while trying to compile deluge torrent 0.5.8.6 {{{ /usr/include/boost/date_time/date_facet.hpp:560: error: declaration of ‘void boost::date_time::date_input_facet::special_values_parser(boost::date_time::special_values_parser)’ /usr/include/boost/date_time/special_values_parser.hpp:34: error: changes meaning of ‘special_values_parser’ from ‘class boost::date_time::special_values_parser’ }}} To fix this I just added[[BR]] typedef '''boost::date_time::'''special_values_parser[[BR]] special_values_parser_type; to line 432 of file boost/date_time/date_facet.hpp (I'm using boost/boost-devel rpm packages for fedora core 8 x86_64 (version 1.34.1-7)). " Bugs closed Boost 1.36.0 date_time Boost 1.34.1 Problem fixed