Closed arves100 closed 6 years ago
I guess we can thank VisualStudio for being a c++ only compiler...
I don't quite like the new name you choose, because a member whose name is prefixed by a underscore usually means that that member is private. Maybe template_ref
could fit here?
"template" is a reserved keyword in C++, when trying to include tmx.h in C++ files, it throws an error. This commit renames "template" into "_template" to fix that error.
Tested with Visual C++ 15.8.9.