2
0
mirror of https://github.com/boostorg/hof.git synced 2026-02-22 15:32:13 +00:00

Remvoe unused macro for issue #113

This commit is contained in:
Paul
2016-03-22 19:03:18 -05:00
parent 9bc294e945
commit 2f1fd0cf6a

View File

@@ -72,10 +72,6 @@
#include <fit/alias.hpp>
#include <fit/decay.hpp>
#ifndef FIT_HAS_RVALUE_THIS
#define FIT_HAS_RVALUE_THIS 1
#endif
namespace fit { namespace detail {
template<class...>