Created
August 8, 2016 01:35
-
-
Save EricWF/c3d666274f3c74ed8e713f5812e4c8aa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/test/support/nasty_macros.hpp b/test/support/nasty_macros.hpp | |
| index 074853e..80f903e 100644 | |
| --- a/test/support/nasty_macros.hpp | |
| +++ b/test/support/nasty_macros.hpp | |
| @@ -37,4 +37,10 @@ | |
| #define _Y NASTY_MACRO | |
| #define _Z NASTY_MACRO | |
| +template <class T, class U> | |
| +void forward(U&&) = delete; | |
| + | |
| +template <class T> | |
| +void move(T&&) = delete; | |
| + | |
| #endif // SUPPORT_NASTY_MACROS_HPP |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment