[PATCH] D35470: [libcxx] Implement pointer_traits::to_address as in P0653R0

2017-08-31 Thread Marshall Clow via Phabricator via cfe-commits
mclow.lists added a comment. This feature has not been added to the draft standard yet, so I'm reluctant to add it to libc++. I appreciate the patch, and we may adopt it in the future, but not now. https://reviews.llvm.org/D35470 ___ cfe-commits m

[PATCH] D35470: [libcxx] Implement pointer_traits::to_address as in P0653R0

2017-07-17 Thread Glen Fernandes via Phabricator via cfe-commits
glenjofe updated this revision to Diff 106965. glenjofe removed rL LLVM as the repository for this revision. glenjofe added a comment. Include full context in the diff. https://reviews.llvm.org/D35470 Files: include/memory test/std/utilities/memory/pointer.traits/pointer.traits.functions/t

[PATCH] D35470: [libcxx] Implement pointer_traits::to_address as in P0653R0

2017-07-16 Thread Glen Fernandes via Phabricator via cfe-commits
glenjofe created this revision. glenjofe created this object with edit policy "No One". A tiny patch that implements P0653R0 (or D0653R1 which revises the former with only a small editorial change after LEWG review). Repository: rL LLVM https://reviews.llvm.org/D35470 Files: include/memor