Merge pull request #79 from diamante0018/develop

Correct typo in STDInclude
This commit is contained in:
Dss0 2021-05-28 02:07:15 +02:00 committed by GitHub
commit fde66f5664
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@ template <size_t S> class Sizer { };
#define Offset_Of(x, y, z) BindNum(offsetof(x, y), z)
// Submodules
// Ignore the warnings, it's no our code!
// Ignore the warnings, it's not our code!
#pragma warning(push)
#pragma warning(disable: 4005)
#pragma warning(disable: 4091)