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

updated with lit<char> instead int

This commit is contained in:
Mageswaran.D
2014-11-04 13:21:40 +05:30
parent bdc6d79e4d
commit 1dca7c7734

View File

@@ -584,7 +584,7 @@ public:
meta_kernel& operator<<(const meta_kernel_literal<signed char> &literal)
{
return *this << int(literal.value());
return *this << lit<char>(literal.value());
}
meta_kernel& operator<<(const meta_kernel_literal<unsigned char> &literal)