id summary reporter owner description type status milestone component version severity resolution keywords cc 2091 gcc 4.3.1 compains about a change of meaning of dst_adjustment_offsets ruediger.berlich@… az_sw_dude "Note: This is a resubmission of report #2083, as I unfortunately didn't assign the ticket to a particular library part. /*************************/ 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 /opt/boostinclude/boost/date_time/tz_db_base.hpp:161: error: declaration of ‘typedef class boost::date_time::dst_adjustment_offsets boost::date_time::tz_db_base::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’ This can be ""fixed"" by removing the typedef and changing the subsequent occurrences of dst_adjustment_offsets to the corresponding template version. 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. I'd be happy to test any amended version of date_time on my penSUSE 11 box. Contact me via ruediger.berlich@iwr.fzk.de . Best, Ruediger " Bugs closed Boost 1.36.0 date_time Boost Development Trunk Problem fixed ruediger.berlich@…