mirror of
https://github.com/boostorg/compute.git
synced 2026-02-01 08:22:17 +00:00
This removes the explicit call to finish() in the destructor for the command_queue class. The clFinish() function will be called automatically by the clReleaseCommandQueue() function once the reference count for the command queue drops to zero.