We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c135fe0 commit 47a7bbfCopy full SHA for 47a7bbf
1 file changed
section5/Summary.hpp
@@ -21,6 +21,7 @@ class Summary final
21
using string_type = std::string;
22
using map_type =
23
std::map<string_type, sales_type>;
24
+ //std::unordered_map<string_type, sales_type>;
25
public:
26
Summary() = default;
27
~Summary() = default;
0 commit comments