Add node_ref::operator <
Moved from VirtualDirectoryManager. Defining the operator static doesn't work with gcc 4 and it's useful to have globally available anyway.
This commit is contained in:
@@ -22,6 +22,7 @@ struct node_ref {
|
||||
|
||||
bool operator==(const node_ref& ref) const;
|
||||
bool operator!=(const node_ref& ref) const;
|
||||
bool operator<(const node_ref& ref) const;
|
||||
node_ref& operator=(const node_ref& ref);
|
||||
|
||||
dev_t device;
|
||||
|
||||
Reference in New Issue
Block a user