We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22730fa commit 052027aCopy full SHA for 052027a
src/AlfServer.h
@@ -70,7 +70,7 @@ class AlfServer
70
71
// custom comparator for the SerialId keys of the maps
72
struct serialIdComparator {
73
- bool operator()(const roc::SerialId& a, const roc::SerialId& b) { return a.toString() < b.toString(); };
+ bool operator()(const roc::SerialId& a, const roc::SerialId& b) const { return a.toString() < b.toString(); };
74
};
75
76
/// serialId -> link -> vector of RPC servers
0 commit comments