modern cuda code is typically based on C++ (and nvcc is a C++ compiler); the current cuda lexer is based on C, so it misses, e.g., `constexpr` .
modern cuda code is typically based on C++ (and nvcc is a C++ compiler); the current cuda lexer is based on C, so it misses, e.g.,
constexpr.