try to make GCC 5.4.0 happy (nw)

This commit is contained in:
Miodrag Milanovic 2016-11-05 20:36:08 +01:00
parent dedf3c9b9d
commit 4a096d1ccb

View File

@ -419,7 +419,7 @@ public:
}; };
using functional_type = std::function<_ReturnType(Params...)>; using functional_type = std::function<_ReturnType(Params...)>;
using generic_static_func = typename traits<delegate_generic_class>::static_func_type; using generic_static_func = typename traits<delegate_generic_class>::static_func_type;
using generic_member_func = MEMBER_ABI generic_static_func; typedef MEMBER_ABI generic_static_func generic_member_func;
// generic constructor // generic constructor
delegate_base() delegate_base()
: m_function(nullptr), : m_function(nullptr),