$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Frédéric (ufospoke_at_[hidden])
Date: 2020-05-15 16:10:24
> <chrono> support is enabled for _LIBCPP_VERSION >= 3700 and __cplusplus
> >= 201103 do those conditions hold?
I'm using libc++ and
_LIBCPP_VERSION == 1101 -> so that's the issue
__cplusplus == 201402