Closed jleflang closed 3 years ago
There is a compilation error due to c_void not being in-scope in program.rs when the CL_VERSION_2_2 feature is enabled. It was removed after #12 was resolved.
c_void
CL_VERSION_2_2
Sorry about that James. I've just updated it in the develop branch. Please can you confirm that the fix works for you?
develop
That fixes this issue. Thank you!
There is a compilation error due to
c_void
not being in-scope in program.rs when theCL_VERSION_2_2
feature is enabled. It was removed after #12 was resolved.