This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [c++0x] <date_time> implementation


Hi Pedro,
> Here is the start of an implementation of <date_time>.
>   
Many thanks for your help in this area.
> I'm not sure about the implementation of get_system_time -- is
> clock_gettime acceptable? I'm not very familiar with these interfaces.
>   
Remember that the library must build on *any* supported target. Among
other things, this implies that generic code can only assume C89 as the
underlying C library facilities. Anything beyond that needs configury
checks. Therefore, I would ask you to work a bit on that, and also make
sure that new symbols defined in src/ files are properly exported with
the right sysver (in practice, adjust config/abi/pre/gnu.ver).

As a general rule, new facilities need accompanying testcases and
successful regression testing of the entire testsuite.

Thanks again,
Paolo.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]