Skip to content

Features: Update features for Intel C++ 17.0.2 on UNIX

Brad King requested to merge brad.king/cmake:intel-compile-features into master

Intel 17.0.2 on UNIX introduced a regression from 17.0.1 in its definition of __cpp_constexpr in -std=c++14 mode. It incorrectly defines it as 200704 instead of the expected 201304. Fix our feature detection table to account for this.

Merge request reports