relaxed some code for pre-c++11 compilers

This commit is contained in:
2018-01-26 15:03:40 +00:00
parent 4af515c970
commit 5a3586232f
2 changed files with 21 additions and 3 deletions

View File

@ -40,7 +40,7 @@ QSE_BEGIN_NAMESPACE(QSE)
/////////////////////////////////
#include "../cmn/syserr.h"
IMPLEMENT_SYSERR_TO_ERRNUM (Socket::ErrorCode, Socket::ErrorCode::)
IMPLEMENT_SYSERR_TO_ERRNUM (Socket::ErrorCode, Socket::)
Socket::Socket () QSE_CPP_NOEXCEPT: handle(QSE_INVALID_SCKHND), errcode(E_ENOERR)
{