Skip to content

CompileFeatures: Record when AppleClang gained full CXX14 support

Use the infrastructure added by commit 646fb1a6 (CompileFeatures: memoize C++ compilers with full language level support, 2019-03-27) to avoid using a try_compile to check for C++14 feature support when the running compiler is known to have all features.

Merge request reports