mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-31 09:33:47 +00:00
feat(Core): enable C++17 (#2234)
Co-authored-by: Winfidonarleyan <dowlandtop@yandex.com>
This commit is contained in:
committed by
Kargatum
parent
cae91f1650
commit
3a43e8c415
2
deps/acelite/ace/Proactor.cpp
vendored
2
deps/acelite/ace/Proactor.cpp
vendored
@@ -243,7 +243,7 @@ ACE_Proactor_Handle_Timeout_Upcall::timeout (ACE_Proactor_Timer_Queue &,
|
||||
ACE_TEXT ("create_asynch_timer failed")),
|
||||
-1);
|
||||
|
||||
auto_ptr<ACE_Asynch_Result_Impl> safe_asynch_timer (asynch_timer);
|
||||
std::unique_ptr<ACE_Asynch_Result_Impl> safe_asynch_timer (asynch_timer);
|
||||
|
||||
// Post a completion.
|
||||
if (-1 == safe_asynch_timer->post_completion
|
||||
|
||||
Reference in New Issue
Block a user