
2012/10/13 Vicente J. Botet Escriba <vicente.botet@wanadoo.fr>:
Le 12/10/12 07:27, Akira Takahashi a écrit :
Hi, Vicente
2012/10/1 Vicente J. Botet Escriba <vicente.botet@wanadoo.fr>:
Le 30/09/12 14:19, Daniel James a écrit :
...
* [phrase library..[@/libs/thread/index.html Thread]:]
* Time related functions don't using the Boost.Chrono library, use the chrono overloads instead.
...
I could not understand this. What does mean?
Hi,
sorry for the imprecision. I meant that all the interfaces using Boost.DateTime posix_time are now deprecated. From the doc"
The time related functions introduced in Boost 1.35.0, using the Boost.DateTime library are deprecated. These include (but are not limited to):
boost::this_thread::sleep() thread::timed_join() condition_variable::timed_wait() timed_mutex::timed_lock()
"
I understand! Thanks!