OpenCL-Headers icon indicating copy to clipboard operation
OpenCL-Headers copied to clipboard

Stop using C/C++ reserved identifiers

Open kpet opened this issue 5 years ago • 0 comments

The headers are using a number of identifiers that are reserved in C/C++ (e.g. those beginning with __, see https://en.cppreference.com/w/c/language/identifier). We should rename all of these.

kpet avatar Oct 06 '20 15:10 kpet