[PATCH] D17951: Implement is_always_lock_free

JF Bastien via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 7 18:19:27 PST 2016


jfb created this revision.
jfb added reviewers: mclow.lists, rsmith.
jfb added a subscriber: cfe-commits.

This was voted into C++17 at last week's Jacksonville meeting. The final P0152R1 paper will be in the upcoming post-Jacksonville mailing, and is also available here:
  http://jfbastien.github.io/papers/P0152R1.html

The clang part of this implementation is in the following code review:
  http://reviews.llvm.org/D17950

http://reviews.llvm.org/D17951

Files:
  include/atomic
  test/std/atomics/atomics.lockfree/lockfree.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17951.50017.patch
Type: text/x-patch
Size: 10839 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160308/751e8dca/attachment-0001.bin>


More information about the cfe-commits mailing list