mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-26 07:06:23 +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/OS_NS_Thread.cpp
vendored
2
deps/acelite/ace/OS_NS_Thread.cpp
vendored
@@ -3862,7 +3862,7 @@ ACE_OS::thr_create (ACE_THR_FUNC func,
|
||||
else
|
||||
thread_args = thread_adapter;
|
||||
|
||||
auto_ptr <ACE_Base_Thread_Adapter> auto_thread_args;
|
||||
std::unique_ptr <ACE_Base_Thread_Adapter> auto_thread_args;
|
||||
|
||||
if (thread_adapter == 0)
|
||||
ACE_auto_ptr_reset (auto_thread_args,
|
||||
|
||||
Reference in New Issue
Block a user