Skip to content

Commit 47a7bbf

Browse files
committed
Summary.hpp
1 parent c135fe0 commit 47a7bbf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

section5/Summary.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ class Summary final
2121
using string_type = std::string;
2222
using map_type =
2323
std::map<string_type, sales_type>;
24+
//std::unordered_map<string_type, sales_type>;
2425
public:
2526
Summary() = default;
2627
~Summary() = default;

0 commit comments

Comments
 (0)