Closed gustedt closed 3 years ago
The C++ variant has bool return types. This should be the same, here. Just add a cast in front of the whole expression.
bool
Fixed by casting each expression to (_Bool)
The C++ variant has
bool
return types. This should be the same, here. Just add a cast in front of the whole expression.