mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-29 16:25:42 +00:00
Merge pull request #2035 from Areloch/IF_Cleanup_2017fix
#if cleanup for the VS2017 workaround
This commit is contained in:
commit
c570f50bf3
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ private:
|
||||||
std::tie(std::get<I + (sizeof...(ArgTs) - sizeof...(TailTs))>(args)...) = defaultArgs;
|
std::tie(std::get<I + (sizeof...(ArgTs) - sizeof...(TailTs))>(args)...) = defaultArgs;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef _MSC_VER == 1910
|
#if _MSC_VER == 1910
|
||||||
template<typename ...TailTs>
|
template<typename ...TailTs>
|
||||||
struct DodgyVCHelper
|
struct DodgyVCHelper
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue