Hello just downloaded the new update from GIT.
There seem to be a little problem with build.
The current master git branch failed to build on VS 2015 with the following error in the file DebugMemoryLeachCheck.h
This is in VS ultimate edition.
Severity Code Description Project File Line Suppression State
Error C2323 ‘operator delete[]’: non-member operator new or delete functions may not be declared static or in a namespace other than the global namespace kNet E:\ProjectCodes\GitHub\Urho3D\Source\ThirdParty\kNet\include\kNet\DebugMemoryLeakCheck.h 52
Error C2323 ‘operator new’: non-member operator new or delete functions may not be declared static or in a namespace other than the global namespace kNet E:\ProjectCodes\GitHub\Urho3D\Source\ThirdParty\kNet\include\kNet\DebugMemoryLeakCheck.h 37
Error C2323 ‘operator new[]’: non-member operator new or delete functions may not be declared static or in a namespace other than the global namespace kNet E:\ProjectCodes\GitHub\Urho3D\Source\ThirdParty\kNet\include\kNet\DebugMemoryLeakCheck.h 42
Error C2323 ‘operator delete’: non-member operator new or delete functions may not be declared static or in a namespace other than the global namespace kNet E:\ProjectCodes\GitHub\Urho3D\Source\ThirdParty\kNet\include\kNet\DebugMemoryLeakCheck.h 47
Anyone know how to solve this issue?
Thanks