Boost C++ Libraries: Ticket #1695: add correct namespace to class to fix compilation bug https://svn.boost.org/trac10/ticket/1695 <p> I got the following error while trying to compile deluge torrent 0.5.8.6 </p> <pre class="wiki">/usr/include/boost/date_time/date_facet.hpp:560: error: declaration of ‘void boost::date_time::date_input_facet&lt;date_type, CharT, InItrT&gt;::special_values_parser(boost::date_time::special_values_parser&lt;date_type, charT&gt;)’ /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&lt;date_type, charT&gt;’ </pre><p> To fix this I just added<br /> typedef <strong>boost::date_time::</strong>special_values_parser&lt;date_type,CharT&gt;<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)). </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1695 Trac 1.4.3 iskren.chernev@… Mon, 17 Mar 2008 10:55:15 GMT attachment set https://svn.boost.org/trac10/ticket/1695 https://svn.boost.org/trac10/ticket/1695 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">date_facet.hpp</span> </li> </ul> <p> This is the fixed date_facet.hpp </p> Ticket Andrey Semashev Thu, 13 Nov 2008 17:42:09 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/1695#comment:1 https://svn.boost.org/trac10/ticket/1695#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> Ticket