
16 Apr
2011
16 Apr
'11
8:29 p.m.
From: Vicente BOTET <vicente.botet@wanadoo.fr>
Boost.Locale's date_time is like a calculator of time in current locale.
Do your classes preserve the same interface than Boost.DateTime?
No, it does not. It is very different.
So, you have needed to change the interface completly. Have you take a look at Boost.Chrono? I'm sure that it will inspire to find a more open interface.
I'll take a look deeper on Boost.Chrono when I'll reevaluate the boost::locale::date_time API. Artyom