$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Boris Kolpackov (boris_at_[hidden])
Date: 2024-03-26 13:11:44
ÐмиÑÑий ÐÑÑ
ипов via Boost <boost_at_[hidden]> writes:
> Recently we stopped supporting C++03. Now, the only compilers which
> support C++11, but do not claim some support of C++14 (that I am aware
> of) are GCC versions 4.8 and 4.9.
Hm, in my experience, GCC 4.9 has a pretty serviceable support for C++14.
FWIW, our baseline for build2 is GCC 4.9, Clang 3.7, and MSVC 14.3, all
in the C++14 mode.