Skip to content

Use the __restrict__ qualifier instead of the restrict keyword

Dominic Kempf requested to merge use-restrict-qualifier into master

restrict is keyword in C, but in C++ there is only a type qualifier __restrict__. To my knowledge, the latter is available in both languages.

Merge request reports