Open GoogleCodeExporter opened 9 years ago
Simply change in
https://code.google.com/p/googletest/source/browse/trunk/include/gtest/internal/
gtest-internal.h#1108
::testing::AssertionResult(expression))
to
::testing::AssertionResult(bool(expression)))
Original comment by virkony
on 16 Apr 2014 at 12:18
Original issue reported on code.google.com by
louis.di...@gmail.com
on 6 Apr 2013 at 3:33