mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 02:53:10 +01:00
merge some changes from develop branch; modernize and clean-up code; remove support for compiling without POCO_WIN32_UTF8
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user