Compilation fix: usual static_cast<X*>(NULL)
Sunstudio is unhappy with plain NULL inside EXPECT_EQ and thinks it is int. This makes it think otherwise.
Please register or sign in to comment
Sunstudio is unhappy with plain NULL inside EXPECT_EQ and thinks it is int. This makes it think otherwise.