diff options
Diffstat (limited to 'src/openvic-simulation')
-rw-r--r-- | src/openvic-simulation/types/IndexedMap.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/openvic-simulation/types/IndexedMap.hpp b/src/openvic-simulation/types/IndexedMap.hpp index 73ff313..4f6fc9c 100644 --- a/src/openvic-simulation/types/IndexedMap.hpp +++ b/src/openvic-simulation/types/IndexedMap.hpp @@ -19,6 +19,7 @@ namespace OpenVic { using keys_t = std::vector<key_t>; using key_type = key_t; // To match tsl::ordered_map's key_type + using mapped_type = value_t; // To match tsl::ordered_map's mapped_type using container_t::operator[]; using container_t::size; |