Remove some Boost.PP stuff

This commit is contained in:
Alexander Grund 2020-07-12 13:44:24 +02:00
parent 04dff97fde
commit 823fd994ff
No known key found for this signature in database
GPG key ID: AA48A0760367A42B
2 changed files with 3 additions and 15 deletions

View file

@ -593,7 +593,9 @@ namespace
template< typename T1, typename T2 >
struct my_base
{};
MOCK_BASE_CLASS( my_comma_mock, my_base< int BOOST_PP_COMMA() int > )
MOCK_BASE_CLASS( my_comma_mock, my_base< int, int > )
{};
MOCK_BASE_CLASS( my_boost_pp_comma_mock, my_base< int BOOST_PP_COMMA() int > )
{};
}