|
Boost Users : |
From: A. Johan (ajohan75_at_[hidden])
Date: 2005-11-29 01:06:15
-----Original Message-----
From: boost-users-bounces_at_[hidden]
[mailto:boost-users-bounces_at_[hidden]] On Behalf Of Jeff Garland
Sent: Sat 26 November 2005 03:15
To: boost-users_at_[hidden]
Subject: Re: [Boost-users] date_time library throwing a lot of warnings
--- snip snip --
Right -- I doubt this code will ever invoke lexical cast. Try something
like
this instead:
ptime t;
std::istringstream iss("2005-Jan-15 10:15:03.123456789123");
iss >> t;
Jeff
--- Heya Jeff, Sorry for the late reply. Nearly missed your email. I tried as u suggested and got loads or warnings (See attached ptime.txt). Anyways, if there's nothing major I should be concerned about I guess it should be ok. Consequently I'm trying the program_options libs and getting the same errors so maybe its something in the lexical cast libs? Wouldn't know till further investigation is done. Cheers & have a good day. Alfonso Johan -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.362 / Virus Database: 267.13.8/183 - Release Date: 25/11/2005
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