Hi,
Imagine I have a large unordered_set that I only query concurrently and do not modify. Can I assume that addresses of the objects in the set do not change between queries? I want to use addresses as object ids.
Link Copied
For more complete information about compiler optimizations, see our Optimization Notice.