Removed obsolete BOOST_DEDUCED_TYPENAME

git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@716 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2014-04-26 07:05:53 +00:00
parent f04be9827f
commit 58c27a4f0c
12 changed files with 45 additions and 48 deletions

View file

@ -84,7 +84,7 @@ namespace mock
template< typename Actual, typename Functor >
class matcher< Actual, Functor,
BOOST_DEDUCED_TYPENAME boost::enable_if<
typename boost::enable_if<
detail::is_functor< Functor, Actual >
>::type
> : public detail::matcher_base< Actual >