MichaelWallace30 / CommProtocol

SImple generic Protocol for communication
2 stars 8 forks source link

abstractPacket.h noexcept #31

Closed MichaelWallace30 closed 8 years ago

MichaelWallace30 commented 8 years ago

Visual Studio 2013 Error 375 error C3646: 'noexcept' : unknown override specifier

Looks like this is C++11 feature missing from vs 2013

CheezBoiger commented 8 years ago

oh I forgot it's a 14 feature.

Jester565 commented 8 years ago

http://stackoverflow.com/questions/18387640/how-to-deal-with-noexcept-in-visual-studio Solution... I think

On Wed, Nov 9, 2016 at 1:41 PM MichaelWallace30 notifications@github.com wrote:

Visual Studio 2013 Error 375 error C3646: 'noexcept' : unknown override specifier

Looks like this is C++11 feature missing from vs 2013

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/MichaelWallace30/CommProtocol/issues/31, or mute the thread https://github.com/notifications/unsubscribe-auth/AQ3NDN0rFJ1bqOPuQsTAnRMSBcCHBbAMks5q8j4VgaJpZM4KuBIp .

CheezBoiger commented 8 years ago

Yea should more of a macro instead

CheezBoiger commented 8 years ago

fixed.