2
0
mirror of https://github.com/boostorg/compute.git synced 2026-02-26 04:32:21 +00:00

Explicit conversion to cl_uint

This commit is contained in:
Jakub Szuppe
2017-04-20 16:42:29 +02:00
parent 9d0b9410f7
commit 64d389203b

View File

@@ -310,7 +310,7 @@ public:
0,
0,
options_string,
headers.size(),
static_cast<cl_uint>(headers.size()),
header_programs.data(),
header_names.data(),
0,