bwi/v2.3.0 #29

Merged
bartoszek merged 38 commits from bwi/v2.3.0 into main 2025-09-11 08:32:43 +00:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 9f7cc1bebe - Show all commits

View File

@ -291,7 +291,7 @@ class ConfigurationReader {
private: private:
std::pmr::memory_resource * memoryResource; 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 } // namespace rublon

View File

@ -5,7 +5,6 @@
#include <experimental/filesystem> #include <experimental/filesystem>
#include <experimental/map> #include <experimental/map>
#include <experimental/unordered_map>
#include <experimental/memory_resource> #include <experimental/memory_resource>
#include <experimental/optional> #include <experimental/optional>
#include <experimental/set> #include <experimental/set>