Do not use unordered_map
This commit is contained in:
parent
d2351338e4
commit
9f7cc1bebe
@ -291,7 +291,7 @@ class ConfigurationReader {
|
||||
|
||||
private:
|
||||
std::pmr::memory_resource * memoryResource;
|
||||
std::pmr::unordered_map< std::pmr::string, std::pmr::string > keyValues{memoryResource};
|
||||
std::pmr::map< std::pmr::string, std::pmr::string > keyValues{memoryResource};
|
||||
};
|
||||
|
||||
} // namespace rublon
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
|
||||
#include <experimental/filesystem>
|
||||
#include <experimental/map>
|
||||
#include <experimental/unordered_map>
|
||||
#include <experimental/memory_resource>
|
||||
#include <experimental/optional>
|
||||
#include <experimental/set>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user