Closed oblitum closed 8 years ago
I've checked that it's not highlighting enable_if_t (C++14) nor is_integral_v (C++17), there should be more.
enable_if_t
is_integral_v
I've merged in #33, does it fix this issue?
@octol hi. It's still missing the C++17 bits.
See pull request #35.
Indeed #35 seems to cover the remaining bits of this feature request.
Merged #35
I've checked that it's not highlighting
enable_if_t
(C++14) noris_integral_v
(C++17), there should be more.