X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=libstdc%2B%2B-v3%2Fconfig%2Fos%2Fmingw32%2Ferror_constants.h;h=7b756cc6b93e290e0564ef0dddd7ee1afce6fc41;hp=00e63923f035e3f23d7dd5b41f0c5f2f17156bd8;hb=dba03a9d69a5ebbd46a364091bf23edb4dc5d47e;hpb=c8bc8d0729a2f2dd9401ed8c9e7eca2026c92e8a;ds=sidebyside diff --git a/libstdc++-v3/config/os/mingw32/error_constants.h b/libstdc++-v3/config/os/mingw32/error_constants.h index 00e63923f03..7b756cc6b93 100644 --- a/libstdc++-v3/config/os/mingw32/error_constants.h +++ b/libstdc++-v3/config/os/mingw32/error_constants.h @@ -43,7 +43,7 @@ _GLIBCXX_BEGIN_NAMESPACE(std) // Most of the commented-out error codes are socket-related and could be // replaced by Winsock WSA-prefixed equivalents. - enum class errc + enum class errc : long { // address_family_not_supported = EAFNOSUPPORT, // address_in_use = EADDRINUSE,