26 Mar
2024
26 Mar
'24
1:11 p.m.
Дмитрий Архипов via Boost
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.