From a98326eb2954ac1e79f5eac28dbeab3ec15e047f Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Sat, 30 Jun 2018 12:43:08 +0200 Subject: 10.1 --- zen/sys_error.h | 1 - 1 file changed, 1 deletion(-) (limited to 'zen/sys_error.h') diff --git a/zen/sys_error.h b/zen/sys_error.h index c179ec8a..a087172f 100755 --- a/zen/sys_error.h +++ b/zen/sys_error.h @@ -81,7 +81,6 @@ std::wstring formatSystemError(const std::wstring& functionName, long long lastE inline std::wstring formatSystemError(const std::wstring& functionName, ErrorCode ec) { - //static_assert(sizeof(ec) == sizeof(int), ""); //const std::wstring errorCode = printNumber(L"0x%08x", static_cast(ec)); const std::wstring errorCode = numberTo(ec); -- cgit