[Boost-bugs] [Boost C++ Libraries] #1695: add correct namespace to class to fix compilation bug

Subject: [Boost-bugs] [Boost C++ Libraries] #1695: add correct namespace to class to fix compilation bug
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2008-03-17 10:53:49


#1695: add correct namespace to class to fix compilation bug
--------------------------------------+-------------------------------------
 Reporter: iskren.chernev_at_[hidden] | Owner: az_sw_dude
     Type: Bugs | Status: new
Milestone: Boost 1.36.0 | Component: date_time
  Version: Boost 1.34.1 | Severity: Problem
 Keywords: |
--------------------------------------+-------------------------------------
 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<date_type, CharT,
 InItrT>::special_values_parser(boost::date_time::special_values_parser<date_type,
 charT>)’
 /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<date_type, charT>’
 }}}
 To fix this I just added[[BR]]
 typedef
 '''boost::date_time::'''special_values_parser<date_type,CharT>[[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)).

--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/1695>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.


This archive was generated by hypermail 2.1.7 : 2017-02-16 18:49:57 UTC