Closed w4bremer closed 1 year ago
This was fixed for the C++ filter a while ago. const <Enum> or const <Enum> & does not make sense on enum type params in C++ based languages
const <Enum>
const <Enum> &
This was fixed for the C++ filter a while ago.
const <Enum>
orconst <Enum> &
does not make sense on enum type params in C++ based languages