$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Boost.Date_Time design questions
From: Suman Kar (skarpio_at_[hidden])
Date: 2009-05-12 17:01:15
I am a little taken aback by the following:
* date_time does not have a header-only version
* there is no support for constructing a date from a wstring:
I was really hoping 'from_string(std::string)' was a function
template rather than an ordinary function taking only std::string.
Can someone enlighten me with the rationale behind these?
Regards,
Suman