Mike Iovine
Results
1
issues of
Mike Iovine
In my project, I have to test for equality of `std::pair`s. In other testing frameworks, this is very easy. For instance, in GoogleTest, this works: `ASSERT_EQ(std::make_pair(...), std::make_pair(...))`. This task turns...
feature-request