ref: b2ccb9c189069d45d201c988184e9e0796b96270
parent: d952b13bf1836442b7d3448dc93297bafdeb77dd
parent: bb1e5b79dae45671bd8605cc60b3deb38b3491c3
author: Alex Converse <[email protected]>
date: Wed Apr 27 16:33:17 EDT 2016
Merge "Declare the operator== overload for M128A in the global namespace."
--- a/test/register_state_check.h
+++ b/test/register_state_check.h
@@ -36,15 +36,9 @@
#include <windows.h>
#include <winnt.h>
-namespace testing {
-namespace internal {
-
inline bool operator==(const M128A& lhs, const M128A& rhs) {
return (lhs.Low == rhs.Low && lhs.High == rhs.High);
}
-
-} // namespace internal
-} // namespace testing
namespace libvpx_test {