$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2019-08-19 16:10:58
Mike wrote:
> 2) As mentioned before, boost::chrono provides io operators for duration
> and time point types. unless there is a using namespace boost::chrono,
> those are expected to be found via ADL and of course that doesn't work
> anymore.
Interesting point.