mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Added support for C++11 lambdas as constraints
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@620 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
c5861a744d
commit
4afe1d32d4
6 changed files with 77 additions and 10 deletions
|
|
@ -84,7 +84,7 @@ namespace mock
|
|||
template< typename Actual, typename Functor >
|
||||
class matcher< Actual, Functor,
|
||||
BOOST_DEDUCED_TYPENAME boost::enable_if<
|
||||
detail::is_functor< Functor >
|
||||
detail::is_functor< Functor, Actual >
|
||||
>::type
|
||||
> : public detail::matcher_base< Actual >
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue