mirror of
https://github.com/boostorg/unordered.git
synced 2025-10-28 06:11:51 +01: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