The code for disabling/resuming warnings in MSVC involves #if/#endif and is
ugly. We should define macros to simplify the syntax:
GTEST_DISABLE_MSVC_WARNING_(4238)
...
GTEST_RESUME_MSVC_WARNING_()
Original issue reported on code.google.com by zhanyong...@gmail.com on 27 Nov 2009 at 4:46
Original issue reported on code.google.com by
zhanyong...@gmail.com
on 27 Nov 2009 at 4:46