mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Replace Boost.TypeTraits by std equivalents
This commit is contained in:
parent
9e664b52ab
commit
df5b77af95
13 changed files with 76 additions and 113 deletions
|
|
@ -28,7 +28,7 @@
|
|||
struct T : mock::object
|
||||
|
||||
#define MOCK_FUNCTION_TYPE(S, tpn) \
|
||||
tpn boost::remove_pointer< tpn BOOST_IDENTITY_TYPE(S) >::type
|
||||
std::remove_pointer_t< tpn BOOST_IDENTITY_TYPE(S) >
|
||||
|
||||
#ifdef MOCK_VARIADIC_MACROS
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue