mirror of
https://github.com/boostorg/compute.git
synced 2026-01-31 20:12:23 +00:00
This fixes issues when using char and unsigned char literals in a meta_kernel. Previously the character values would be directly inserted without quotes (e.g. c instead of 'c') which lead to kernel compilation errors.