Skip to content

Instantly share code, notes, and snippets.

@EricWF
Created August 8, 2016 01:35
Show Gist options
  • Select an option

  • Save EricWF/c3d666274f3c74ed8e713f5812e4c8aa to your computer and use it in GitHub Desktop.

Select an option

Save EricWF/c3d666274f3c74ed8e713f5812e4c8aa to your computer and use it in GitHub Desktop.
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