forked from boostorg/unordered
micro-optimized table_iterator ctor to see if it impacts performance
This commit is contained in:
@ -491,7 +491,7 @@ private:
|
||||
}
|
||||
}
|
||||
|
||||
unsigned char *pc=nullptr;
|
||||
unsigned char *pc;
|
||||
Value *p=nullptr;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user