We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/usr/include/gtest/gtest.h:1379:11: error: invalid operands to binary expression ('const std::span<float>' and 'const std::span<float>') 1379 | if (lhs == rhs) { | ~~~ ^ ~~~ /usr/include/gtest/gtest.h:1398:12: note: in instantiation of function template specialization 'testing::internal::CmpHelperEQ<std::span<float>, std::span<float>>' requested here 1398 | return CmpHelperEQ(lhs_expression, rhs_expression, lhs, rhs); | ^ /tmp/oneDPL/test/distributed-ranges/common/sycl_utils.cpp:36:3: note: in instantiation of function template specialization 'testing::internal::EqHelper::Compare<std::span<float>, std::span<float>, nullptr>' requested here 36 | EXPECT_EQ(std::span(a, size), std::span(b, size)); | ^ /usr/include/gtest/gtest.h:1869:54: note: expanded from macro 'EXPECT_EQ' 1869 | EXPECT_PRED_FORMAT2(::testing::internal::EqHelper::Compare, val1, val2) |
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: