libtins icon indicating copy to clipboard operation
libtins copied to clipboard

Resolves C2696 error while using VS 2017 and up

Open alimoezzi opened this issue 5 years ago • 1 comments

This is for issue #360

alimoezzi avatar Jul 29 '19 09:07 alimoezzi

PDU isn't a Packet, this isn't a safe cast. This should be checking the VS version instead. Some older version didn't have enough C++11 support to handle the template types used to do this PDU/Packet dispatching.

mfontanini avatar Feb 01 '20 19:02 mfontanini