mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Remove some Boost.PP stuff
This commit is contained in:
parent
04dff97fde
commit
823fd994ff
2 changed files with 3 additions and 15 deletions
|
|
@ -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 > )
|
||||
{};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue