merge some changes from develop branch; modernize and clean-up code; remove support for compiling without POCO_WIN32_UTF8

This commit is contained in:
Günter Obiltschnig
2020-01-09 10:08:09 +01:00
parent 7c177b6f89
commit 1bf40a0cd2
389 changed files with 3029 additions and 4111 deletions

View File

@@ -20,7 +20,6 @@
#include "Poco/Foundation.h"
#ifdef POCO_ENABLE_CPP11
#ifdef min
#undef min
@@ -47,6 +46,5 @@ using OrderedMap = tsl::ordered_map<Key, T, Hash, KeyEqual, Allocator, ValueType
} // namespace Poco
#endif // POCO_ENABLE_CPP11
#endif // Foundation_OrderedMap_INCLUDED