Boost C++ Libraries: Ticket #2083: gcc 4.3.1 compains about a change of meaning of dst_adjustment_offsets https://svn.boost.org/trac10/ticket/2083 <p> Hi there, when compiling my application with the current trunk version of Boost 1.36 under OpenSUSE 11 64 bit, gcc 4.3.1, I get the message that </p> <p> /opt/boostinclude/boost/date_time/tz_db_base.hpp:161: error: declaration of ‘typedef class boost::date_time::dst_adjustment_offsets&lt;typename time_zone_type::time_duration_type&gt; boost::date_time::tz_db_base&lt;time_zone_type, rule_type&gt;::dst_adjustment_offsets’ /opt/boostinclude/boost/date_time/time_zone_base.hpp:76: error: changes meaning of ‘dst_adjustment_offsets’ from ‘class boost::date_time::dst_adjustment_offsets&lt;typename time_zone_type::time_duration_type&gt;’ </p> <p> This can be "fixed" by removing the typedef and changing the subsequent occurrences of dst_adjustment_offsets to the corresponding template version. </p> <p> The problem also shows up with Boost 1.35. No problem is visible with the combination of gcc 1.35 and gcc 4.2.1 in 32 bit mode. </p> <p> I'd be happy to test any amended version of date_time on my OpenSUSE 11 box. Contact me via ruediger.berlich@… . </p> <p> Best, Ruediger </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2083 Trac 1.4.3 Marshall Clow Sat, 26 Jul 2008 03:52:57 GMT component changed; owner set https://svn.boost.org/trac10/ticket/2083#comment:1 https://svn.boost.org/trac10/ticket/2083#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">az_sw_dude</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">date_time</span> </li> </ul> Ticket Steven Robbins <smr@…> Sat, 16 Aug 2008 22:25:47 GMT <link>https://svn.boost.org/trac10/ticket/2083#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/2083#comment:2</guid> <description> <p> Duplicate of ticket 1615 (which has a patch). </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Andrey Semashev</dc:creator> <pubDate>Thu, 13 Nov 2008 17:37:54 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/2083#comment:3 https://svn.boost.org/trac10/ticket/2083#comment:3 <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