feat(Core): enable C++17 (#2234)

Co-authored-by: Winfidonarleyan <dowlandtop@yandex.com>
This commit is contained in:
Francesco Borzì
2019-09-02 08:54:10 +02:00
committed by Kargatum
parent cae91f1650
commit 3a43e8c415
28 changed files with 61 additions and 46 deletions

View File

@@ -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,