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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user