Skip to content
Commit b24a876f authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Merge branch 'use-restrict-qualifier' into 'master'

Use the __restrict__ qualifier instead of the restrict keyword

`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.

See merge request !12
parents 8eb69d1d c3de496b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment