mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Fix the compilation for c++98 by not supporting async
This commit is contained in:
parent
7024b37789
commit
98e61a5d9b
9 changed files with 108 additions and 38 deletions
|
|
@ -82,4 +82,10 @@
|
|||
# endif
|
||||
#endif
|
||||
|
||||
#if defined(MOCK_RVALUE_REFERENCES) && defined(MOCK_THREAD_SAFE)
|
||||
# ifndef MOCK_NO_ASYNC
|
||||
# define MOCK_ASYNC
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#endif // MOCK_CONFIG_HPP_INCLUDED
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue