[libc++] Rename __to_raw_pointer to __to_address.
authorEric Fiselier <eric@efcs.ca>
Sat, 16 Nov 2019 22:13:26 +0000 (17:13 -0500)
committerEric Fiselier <eric@efcs.ca>
Sat, 16 Nov 2019 22:16:09 +0000 (17:16 -0500)
commit0068c5913999b14627c27433c8d846a2ef5fbe00
tree1ca9de27cd7097660bd6083bbdc75a493819ab07
parent2916489c54a303971bc546f287b71532d49ddd33
[libc++] Rename __to_raw_pointer to __to_address.

This function has the same behavior as the now-standand std::to_address.
Re-using the name makes the behavior more clear, and in the future it
will allow us to correctly get the raw pointer for user provided pointer
types.
libcxx/include/__bit_reference
libcxx/include/__split_buffer
libcxx/include/deque
libcxx/include/memory
libcxx/include/string
libcxx/include/type_traits
libcxx/include/vector