Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Engine/source/console/engineFunctions.h
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,11 @@ struct _EngineFunctionDefaultArguments< void(ArgTs...) > : public EngineFunction
std::tie(std::get<I + (sizeof...(ArgTs) - sizeof...(TailTs))>(args)...) = defaultArgs;
}

<<<<<<< HEAD
#ifdef _MSC_VER == 1910
=======
#if defined(_MSC_VER) && (_MSC_VER >= 1910)
>>>>>>> 48fa0c19688bbe3d01406a79f63c8de10b349201
template<typename ...TailTs>
struct DodgyVCHelper
{
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ They are available from the [downloads](http://wiki.torque3d.org/main:downloads)
# License

All assets and code are under the [![license](https://img.shields.io/github/license/GarageGames/Torque3D.svg)](https://github.com/GarageGames/Torque3D/blob/master/LICENSE.md)
dilip
Loading