$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [chron] time_point convertible?
From: Vicente J. Botet Escriba (vicente.botet_at_[hidden])
Date: 2014-01-16 17:44:58
Le 16/01/14 06:51, Oliver Kowalke a écrit :
> are the time_point-types of the clock-types from boost.chrono
> convertible into each other?
>
> chrono::system_clock::time_point t = convert_fun(
> chrono::steady_clock::now() ) etc. ?
>
Olivers, such a conversion is not possible with the current interface.
Vicente