mirror of
https://github.com/mat007/turtle.git
synced 2026-08-21 21:19:47 +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
|
|
@ -46,12 +46,6 @@
|
|||
# endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_NO_CXX11_DECLTYPE) && !defined(BOOST_NO_DECLTYPE)
|
||||
# ifndef MOCK_NO_DECLTYPE
|
||||
# define MOCK_DECLTYPE
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_NO_CXX11_VARIADIC_MACROS) && !defined(BOOST_NO_VARIADIC_MACROS)
|
||||
# ifndef MOCK_NO_VARIADIC_MACROS
|
||||
# define MOCK_VARIADIC_MACROS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue