mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Support for VS 15.3 update
This commit is contained in:
parent
da1ac47a93
commit
d617a1f748
|
|
@ -108,7 +108,7 @@ private:
|
|||
std::tie(std::get<I + (sizeof...(ArgTs) - sizeof...(TailTs))>(args)...) = defaultArgs;
|
||||
}
|
||||
|
||||
#if _MSC_VER == 1910
|
||||
#if _MSC_VER >= 1910
|
||||
template<typename ...TailTs>
|
||||
struct DodgyVCHelper
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue