boost::posix_time::ptime constructor from special values? ( eg, not_a_date_time )

Hello. Thanks for all your work in the boost::date_time code. It's very useful. I've got a question about constructing a ptime from special values. The documentation says it works, but I can't find the appropriate constructor in ptime.hpp. (I'm using 1.31.0.) Is this a bug, or am I missing something? Richard

On Thu, 8 Jul 2004 14:46:47 -0700 , Richard Reitmeyer wrote
Hello.
Thanks for all your work in the boost::date_time code. It's very useful.
Thx!
I've got a question about constructing a ptime from special values. The documentation says it works, but I can't find the appropriate constructor in ptime.hpp. (I'm using 1.31.0.) Is this a bug, or am I missing something?
This was a bug in 1.31. See http://lists.boost.org/MailArchives/boost-users/msg06801.php for details. Jeff
participants (2)
-
Jeff Garland
-
Richard Reitmeyer