Cleaned code

This commit is contained in:
Mathieu Champlon 2018-01-15 05:23:15 +01:00
parent afffdb470a
commit 15285a22ec
3 changed files with 7 additions and 6 deletions

View file

@ -144,6 +144,7 @@ namespace detail
BOOST_PP_ENUM_PARAMS(MOCK_NUM_ARGS, c) );
return *this;
}
#if MOCK_NUM_ARGS > 1
template< typename Constraint >
wrapper with( const Constraint& c )