Features: Update features for Intel C++ 17.0.2 on UNIX
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.