#if cleanup for the VS2017 workaround

This commit is contained in:
Areloch 2017-07-07 02:12:43 -05:00
parent 412c0380f4
commit 0946950fa0

View file

@ -108,7 +108,7 @@ private:
std::tie(std::get<I + (sizeof...(ArgTs) - sizeof...(TailTs))>(args)...) = defaultArgs;
}
#ifdef _MSC_VER == 1910
#if _MSC_VER == 1910
template<typename ...TailTs>
struct DodgyVCHelper
{