mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 15:14:35 +00:00
Merge pull request #2067 from rextimmy/vs2017_3_fix
Support for VS 15.3 update
This commit is contained in:
commit
478c8fcd0f
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if _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