Currently we never enable C++14 in the expression evaluator. This enables it when the language of the program is C++14.
It seems C++17 and so on isn't yet in any of the language enums (and the DWARF standard it seems), so C++17 support will be a follow up patch.
It would be worth it to add a more complete set of C++14 tests. p1319r0 covers the C++11 to C++14 differences.
Especially ones that may not work so we can file bugs for these and track them.