Boost logo

Boost Users :

Subject: Re: [Boost-users] RE [date_time] error with g++-4.3.2
From: Dmitry V. Krivenok (krivenok_at_[hidden])
Date: 2009-01-10 06:05:08


frederic.bron_at_[hidden] wrote:
>
>> FYI this bug looks like it was fixed in svn trunk with revision 49505 and in
>> the release branch in revision 49705, by fully qualifying the typedef in
>> tz_db_base.
>>
>
> Is there a patch for 1.37.0?
>

Edit the file boost/date_time/tz_db_base.hpp as follows:

- typedef dst_adjustment_offsets<time_duration_type> dst_adjustment_offsets;
+ typedef boost::date_time::dst_adjustment_offsets<time_duration_type> dst_adjustment_offsets;

> Frédéric
>
> Avis :
> Ce message et toute pièce jointe sont la propriété d'Alcan et sont destinés seulement aux personnes ou à l'entité à qui le message est adressé. Si vous avez reçu ce message par erreur, veuillez le
> détruire et en aviser l'expéditeur par courriel. Si vous n'êtes pas le destinataire du message, vous n'êtes pas autorisé à utiliser, à copier ou à divulguer le contenu du message ou ses pièces jointes
> en tout ou en partie.
>
> Notice:
> This message and any attachments are the property of Alcan and are intended solely for the named recipients or entity to whom this message is addressed. If you have received this message in error
> please inform the sender via e-mail and destroy the message. If you are not the intended recipient you are not allowed to use, copy or disclose the contents or attachments in whole or in part.
>
> _______________________________________________
> Boost-users mailing list
> Boost-users_at_[hidden]
> http://lists.boost.org/mailman/listinfo.cgi/boost-users
>


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net