Update invoke.hpp

This commit is contained in:
Dmytro
2020-05-19 16:25:25 +03:00
committed by GitHub
parent 8822eb5ff8
commit 4ca21a07a6

View File

@@ -271,3 +271,7 @@ namespace invoke_hpp
std::forward<Tuple>(args),
impl::make_index_sequence<std::tuple_size<typename std::decay<Tuple>::type>::value>()))
}
#undef INVOKE_HPP_NOEXCEPT_RETURN
#undef INVOKE_HPP_NOEXCEPT_DECLTYPE_RETURN