UUID: add !=
operator for comparing UUIDs
Make it possible to unit test with `EXPECT_NE(uuid1, uuid2)`.
This commit is contained in:
@@ -93,6 +93,7 @@ class bUUID : public ::bUUID {
|
||||
};
|
||||
|
||||
bool operator==(bUUID uuid1, bUUID uuid2);
|
||||
bool operator!=(bUUID uuid1, bUUID uuid2);
|
||||
|
||||
} // namespace blender
|
||||
|
||||
|
Reference in New Issue
Block a user