[c++0x] <date_time> implementation
Pedro Lamarão
pedro.lamarao@gmail.com
Mon Mar 3 15:24:00 GMT 2008
Here is the start of an implementation of <date_time>.
It has the elements I found necessary to implement <thread>, <mutex>
and <condition_variable> -- basically, system_time and bits of
nanoseconds.
I'm not sure about the implementation of get_system_time -- is
clock_gettime acceptable? I'm not very familiar with these interfaces.
2008-03-03 Pedro Lamarão <pedro.lamarao@gmail.com>
* include/std/date_time: new file.
* src/date_time.cpp: new file.
--
Pedro Lamarão
"The True Self is the meaning of the True Will:
know thyself through Thy Way."
-- The Book of Thoth
-------------- next part --------------
A non-text attachment was scrubbed...
Name: date_time
Type: application/octet-stream
Size: 6671 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20080303/0659dc1c/attachment.obj>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: date_time.cpp
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20080303/0659dc1c/attachment.ksh>
More information about the Libstdc++
mailing list