Use hasher

This commit is contained in:
Uwe Seimet 2023-10-02 12:09:15 +02:00
parent c40afec04f
commit 70ab42b681

View File

@ -18,7 +18,7 @@ using namespace piscsi_interface;
using id_set = pair<int, int>;
using param_map = unordered_map<string, string>;
using param_map = unordered_map<string, string, hash<string>>;
class Device //NOSONAR The number of fields and methods is justified, the complexity is low
{