mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-29 10:57:16 +02:00
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