mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
26cacf056eb26a34d5cf870e6cc1df5d52922721
* Fail feature macro compare if compiler has more features than runtime Because a C++11 `std::equal` only iterates over the first container, and matches with items in the second, if the second container contains more items the check can still pass even though they're not identical. Just use `==` instead. Fixes #979 * Move an expression to its point of use
Description
Languages
C++
84.5%
C
14.7%
CMake
0.5%
Python
0.3%