Added MOCK_NO_AUTO_PTR to deactivate std::auto_ptr support

This commit is contained in:
Mathieu Champlon 2017-03-20 11:43:18 +01:00
parent 238fff3fe2
commit a22ca57253
8 changed files with 29 additions and 3 deletions

View file

@ -82,4 +82,10 @@
# endif
#endif
#if !defined(BOOST_NO_AUTO_PTR)
# ifndef MOCK_NO_AUTO_PTR
# define MOCK_AUTO_PTR
# endif
#endif
#endif // MOCK_CONFIG_HPP_INCLUDED