bryanedds / ax

Ax - The Axiomatic Core C++ Library
MIT License
12 stars 1 forks source link

Is this somehow getting the address's inlined hash_code? #14

Closed bryanedds closed 5 years ago

bryanedds commented 5 years ago

https://github.com/bryanedds/ax/blob/a43cdc21756ed3f70cf3904d385e029b7a07a4ad/src/hpp/ax/impl/address.hpp#L69

bryanedds commented 5 years ago

Apparently not an issue as it uses the size_t cast operator - https://github.com/bryanedds/ax/blob/a43cdc21756ed3f70cf3904d385e029b7a07a4ad/src/hpp/ax/impl/address.hpp#L43

Not sure that having such an operator makes sense, however.