mirror of
https://gitlab.com/suyu-emu/suyu.git
synced 2024-03-15 23:15:44 +00:00
Empty spaces
This commit is contained in:
parent
840d5520d2
commit
c7235e67ef
|
@ -29,7 +29,7 @@ struct FuncTraits<ReturnType_ (*)(Args...)> {
|
|||
template <size_t I>
|
||||
using ArgType = std::tuple_element_t<I, std::tuple<Args...>>;
|
||||
};
|
||||
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning(push)
|
||||
#pragma warning(disable : 4702) // Ignore unreachable code warning
|
||||
|
|
Loading…
Reference in a new issue