libtins
libtins copied to clipboard
Resolves C2696 error while using VS 2017 and up
This is for issue #360
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.