X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/7341eedbaf526ef2f0986b576c656906050e270a..7613908db708653c43cc3c2ca3defbfeb6b4fc6a:/Utility.hpp diff --git a/Utility.hpp b/Utility.hpp index 69d0712..5cfe6ab 100644 --- a/Utility.hpp +++ b/Utility.hpp @@ -49,6 +49,9 @@ inline typename cy::remove_reference::type &&Move(T &&t) { return static_cast::type &&>(t); } +template struct EnableIf {}; +template struct EnableIf { typedef T type; }; + } #endif/*CYCRIPT_UTILITY_HPP*/