Mercurial > hg > orthanc
changeset 3467:324f6b966c7a
fix the fix
author | Alain Mazy <alain@mazy.be> |
---|---|
date | Thu, 11 Jul 2019 10:24:37 +0200 |
parents | b61e74e68d41 |
children | 4c89b6160563 |
files | Resources/Samples/CppHelpers/Logging/ILogger.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Resources/Samples/CppHelpers/Logging/ILogger.h Thu Jul 11 10:23:15 2019 +0200 +++ b/Resources/Samples/CppHelpers/Logging/ILogger.h Thu Jul 11 10:24:37 2019 +0200 @@ -1,4 +1,4 @@ -#pragma once +v#pragma once #include <string> #include <vector> @@ -39,7 +39,7 @@ #if defined(BOOST_ENABLE_THREADS) boost::thread_specific_ptr<std::vector<std::string>> contexts_; #else - boost::thread_specific_ptr<std::vector<std::string>> contexts_; + std::auto_ptr<std::vector<std::string>> contexts_; #endif bool logContextChanges_;