Assume nullptr existance

This commit is contained in:
Alexander Grund 2020-07-09 18:41:40 +02:00
parent cf330e8c86
commit f678f4d91f
No known key found for this signature in database
GPG key ID: AA48A0760367A42B
9 changed files with 7 additions and 65 deletions

View file

@ -35,9 +35,7 @@ BOOST_AUTO_TEST_CASE( literal_zero )
//[ limitations_literal_zero_solution_2
MOCK_EXPECT( m.method ).with( mock::negate );
//]
#ifdef MOCK_NULLPTR
//[ limitations_literal_zero_solution_3
MOCK_EXPECT( m.method ).with( nullptr );
//]
#endif
}