mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-02 22:08:40 +09:00
Issue #1956 - Fix C++ code standard conformance issue in StoreBuffer.h
This commit is contained in:
parent
b4c5ebf00a
commit
aedbffe910
1 changed files with 1 additions and 1 deletions
|
|
@ -332,7 +332,7 @@ class StoreBuffer
|
|||
|
||||
explicit operator bool() const { return objectAndKind_ != 0; }
|
||||
|
||||
typedef struct {
|
||||
typedef struct Hasher {
|
||||
typedef SlotsEdge Lookup;
|
||||
static HashNumber hash(const Lookup& l) { return l.objectAndKind_ ^ l.start_ ^ l.count_; }
|
||||
static bool match(const SlotsEdge& k, const Lookup& l) { return k == l; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue