mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 10:03:26 +00:00
[ATL] s/throw()/noexcept/ (#5799)
Mechanically replace throw() with noexcept.
This commit is contained in:
parent
fd1e158480
commit
d955b9321b
12 changed files with 311 additions and 311 deletions
|
@ -53,7 +53,7 @@
|
|||
namespace ATL
|
||||
{
|
||||
|
||||
inline HRESULT AtlHresultFromLastError() throw()
|
||||
inline HRESULT AtlHresultFromLastError() noexcept
|
||||
{
|
||||
DWORD dwError = ::GetLastError();
|
||||
return HRESULT_FROM_WIN32(dwError);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue