1
Network / Re: Packet << Vector
« on: March 10, 2017, 12:50:28 am »
I think the problem is there is no function to call with parameter pointer so it casts the pointer to bool (true if not nullpointer false otherwise).
But this will trigger msvc warning about int to bool cast warning:
https://msdn.microsoft.com/en-us/library/b6801kcy.aspx
But this will trigger msvc warning about int to bool cast warning:
https://msdn.microsoft.com/en-us/library/b6801kcy.aspx