mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +00:00
#if cleanup for the VS2017 workaround
This commit is contained in:
parent
412c0380f4
commit
0946950fa0
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;
|
||||
}
|
||||
|
||||
#ifdef _MSC_VER == 1910
|
||||
#if _MSC_VER == 1910
|
||||
template<typename ...TailTs>
|
||||
struct DodgyVCHelper
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue