mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Support for Boost.Lambda
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@60 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
b3a72751d8
commit
9e9abdd528
1 changed files with 6 additions and 0 deletions
|
|
@ -38,6 +38,12 @@ namespace mock
|
||||||
typedef BOOST_DEDUCED_TYPENAME
|
typedef BOOST_DEDUCED_TYPENAME
|
||||||
boost::function< Signature >::result_type result_type;
|
boost::function< Signature >::result_type result_type;
|
||||||
|
|
||||||
|
template< typename Args >
|
||||||
|
struct sig
|
||||||
|
{
|
||||||
|
typedef result_type type;
|
||||||
|
};
|
||||||
|
|
||||||
private:
|
private:
|
||||||
typedef detail::matcher< result_type,
|
typedef detail::matcher< result_type,
|
||||||
Signature,
|
Signature,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue