remove usage of unordered_map
This commit is contained in:
parent
9f7cc1bebe
commit
b03fe57d3c
@ -44,7 +44,6 @@ class Configuration {
|
||||
class ConfigurationReader {
|
||||
public:
|
||||
ConfigurationReader(std::pmr::memory_resource * memResource, std::string_view filepath) : memoryResource(memResource) {
|
||||
keyValues.reserve(20);
|
||||
loadFromFile(filepath);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user