diff options
Diffstat (limited to 'src/common.hpp')
-rw-r--r-- | src/common.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common.hpp b/src/common.hpp index 8ab37682..c3525d42 100644 --- a/src/common.hpp +++ b/src/common.hpp @@ -10,6 +10,8 @@ #include <sstream> #define FMT(ss) (dynamic_cast< ::std::stringstream&>(::std::stringstream() << ss).str()) +// XXX: Evil hack - Define 'mv$' to be ::std::move +#define mv$(x) ::std::move(x) #include "include/debug.hpp" #include "include/rustic.hpp" // slice and option |