Mercurial > hg > orthanc
diff Core/Toolbox.cpp @ 2373:68380777f9a6
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 22 Aug 2017 21:51:24 +0200 |
parents | 2aff870c2c58 |
children | cad393b41bc3 |
line wrap: on
line diff
--- a/Core/Toolbox.cpp Tue Aug 22 23:33:42 2017 +0200 +++ b/Core/Toolbox.cpp Tue Aug 22 21:51:24 2017 +0200 @@ -1326,7 +1326,6 @@ { globalLocale_.reset(); } -#endif std::string Toolbox::ToUpperCaseWithAccents(const std::string& source) @@ -1368,4 +1367,5 @@ w = boost::algorithm::to_upper_copy<std::wstring>(w, *globalLocale_); return boost::locale::conv::utf_to_utf<char>(w); } +#endif }