[PATCH] D54966: Implement P1007R3 `std::assume_aligned`
Marshall Clow via Phabricator
reviews at reviews.llvm.org
Wed Nov 28 07:34:12 PST 2018
mclow.lists updated this revision to Diff 175692.
mclow.lists marked an inline comment as done.
mclow.lists added a comment.
Updated the tests; added constexpr tests (which are currently disabled).
Added `_LIBCPP_INLINE_VISIBILITY` per Louis' (correct) request.
Added `LIBCPP_ASSERT_NOEXCEPT`
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54966/new/
https://reviews.llvm.org/D54966
Files:
include/__config
include/memory
test/std/utilities/memory/ptr.align/assume_aligned.fail.cpp
test/std/utilities/memory/ptr.align/assume_aligned.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54966.175692.patch
Type: text/x-patch
Size: 6263 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20181128/874bc9bc/attachment.bin>
More information about the libcxx-commits
mailing list