fixed compile error fr
This commit is contained in:
parent
33f4093823
commit
e372c03a19
2
user.h
2
user.h
@ -14,7 +14,7 @@ using json = nlohmann::json;
|
||||
template <typename T>
|
||||
static const bool ptr_cmp(T* left, T* right) { return *left < *right; };
|
||||
|
||||
typedef std::set<mail*, decltype(ptr_cmp<mail*>)*> maillist;
|
||||
typedef std::set<mail*, decltype(ptr_cmp<mail>)*> maillist;
|
||||
|
||||
class user {
|
||||
public:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user