You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some GTEST_* macros have two states: defined vs undefined, e.g.
GTEST_OS_MAC. Some GTEST_* macros have either 0 or 1 values, e.g.
GTEST_IS_THREADSAFE. Try to use the same convention across the board.
Original issue reported on code.google.com by shiq...@gmail.com on 11 Oct 2008 at 6:52