From e7da93f75ba57fa4ab1ae1fd8053266ed09f92d8 Mon Sep 17 00:00:00 2001 From: crupest Date: Fri, 28 Jan 2022 22:56:28 +0800 Subject: ... --- include/cru/common/platform/win/Exception.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/cru/common/platform/win') diff --git a/include/cru/common/platform/win/Exception.hpp b/include/cru/common/platform/win/Exception.hpp index 0774327f..4e332b4f 100644 --- a/include/cru/common/platform/win/Exception.hpp +++ b/include/cru/common/platform/win/Exception.hpp @@ -38,9 +38,7 @@ class CRU_BASE_API Win32Error : public platform::PlatformException { public: // ::GetLastError is automatically called to get the error code. // The same as Win32Error(::GetLastError(), message) - [[deprecated]] explicit Win32Error(std::string_view message); explicit Win32Error(String message); - [[deprecated]] Win32Error(DWORD error_code, std::string_view message); Win32Error(DWORD error_code, String message); CRU_DEFAULT_COPY(Win32Error) -- cgit v1.2.3