remove restrict keyword from public headers
- Jan 20, 2023
-
-
Steve Lhomme authored
We don't use AC_C_RESTRICT anymore in configure.ac. We just use the restrict keyword in C code and never in C++.
34dbf559 -
Steve Lhomme authored
It doesn't do what it says: not define `restrict` when the compiler supports it. Instead it forces non standard values to be used everywhere.
896620b1 -
Steve Lhomme authored
It's not a C++ keyword.
81642e57 -
Steve Lhomme authored64192fbc
-
Steve Lhomme authored0b375d72
-
Steve Lhomme authoredf9d5a5ec
-
Steve Lhomme authored
That keyword is not usable in C++ code. Which those headers can be used from.
af5c983a
-