ddemidov / vexcl

VexCL is a C++ vector expression template library for OpenCL/CUDA/OpenMP
http://vexcl.readthedocs.org
MIT License
699 stars 81 forks source link

Fixing issue with Apple define clash #243

Closed henryiii closed 6 years ago

henryiii commented 6 years ago

Apple defines VT0 and VT1 in a header, and with the right mix of includes in client code, it can cause a clash. This renames the macro arguments to keep the clash from happening.

ddemidov commented 6 years ago

Thanks!