Skip to content

Instantly share code, notes, and snippets.

@Sleaker
Created December 10, 2015 22:33
Show Gist options
  • Save Sleaker/0d843b19fe7f8a69bdce to your computer and use it in GitHub Desktop.
Save Sleaker/0d843b19fe7f8a69bdce to your computer and use it in GitHub Desktop.
"C:\Projects\atomicgameengine-VS2015\Atomic.sln" (AtomicTool target) (1) ->
"C:\Projects\atomicgameengine-VS2015\Source\AtomicTool\AtomicTool.vcxproj.metaproj" (default target) (2) ->
"C:\Projects\atomicgameengine-VS2015\Source\ThirdParty\kNet\kNet.vcxproj.metaproj" (default target) (28) ->
"C:\Projects\atomicgameengine-VS2015\Source\ThirdParty\kNet\kNet.vcxproj" (default target) (33) ->
(ClCompile target) ->
C:\Projects\atomicgameengine\Source\ThirdParty\kNet\include\kNet/DebugMemoryLeakCheck.h(37): error C2323: 'ope
rator new': non-member operator new or delete functions may not be declared static or in a namespace other than
the global namespace [C:\Projects\atomicgameengine-VS2015\Source\ThirdParty\kNet\kNet.vcxproj]
C:\Projects\atomicgameengine\Source\ThirdParty\kNet\include\kNet/DebugMemoryLeakCheck.h(42): error C2323: 'ope
rator new[]': non-member operator new or delete functions may not be declared static or in a namespace other tha
n the global namespace [C:\Projects\atomicgameengine-VS2015\Source\ThirdParty\kNet\kNet.vcxproj]
C:\Projects\atomicgameengine\Source\ThirdParty\kNet\include\kNet/DebugMemoryLeakCheck.h(47): error C2323: 'ope
rator delete': non-member operator new or delete functions may not be declared static or in a namespace other th
an the global namespace [C:\Projects\atomicgameengine-VS2015\Source\ThirdParty\kNet\kNet.vcxproj]
C:\Projects\atomicgameengine\Source\ThirdParty\kNet\include\kNet/DebugMemoryLeakCheck.h(52): error C2323: 'ope
rator delete[]': non-member operator new or delete functions may not be declared static or in a namespace other
than the global namespace [C:\Projects\atomicgameengine-VS2015\Source\ThirdParty\kNet\kNet.vcxproj]
601 Warning(s)
4 Error(s)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment