Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
sherincall
on May 17, 2017
|
parent
|
context
|
favorite
| on:
String.intern()
Actually, that's not always correct in C++ (it is in C). It is possible that either type has the operator& overloaded, so instead the proper way to do it is:
(std::addressof(a) == std::addressof(b))
http://en.cppreference.com/w/cpp/memory/addressof
_pmf_
on May 17, 2017
[–]
Thanks (I didn't even know this operator was overloadable)!
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: