Replaced std::type_info with boost::detail::sp_typeinfo

git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@553 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2012-09-02 21:31:24 +00:00
parent 8aa007af3b
commit 25ccf6078f
4 changed files with 11 additions and 9 deletions

View file

@ -43,7 +43,7 @@
{ \
mock::detail::configure( *this, t##_mock_, \
instance.substr( 0, instance.rfind( BOOST_PP_STRINGIZE(t) ) ), \
mock::detail::type_name( typeid( *this ) ), \
mock::detail::type_name( BOOST_SP_TYPEID( *this ) ), \
BOOST_PP_STRINGIZE(t) ); \
return t##_mock_; \
}