mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 07:04:36 +00:00
stop linux/mac undefined MSVC versioncheck spam.
This commit is contained in:
parent
e079536122
commit
405c8ccfd1
1 changed files with 2 additions and 2 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 defined(_MSC_VER) && (_MSC_VER >= 1910)
|
||||||
template<typename ...TailTs>
|
template<typename ...TailTs>
|
||||||
struct DodgyVCHelper
|
struct DodgyVCHelper
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue