[libcxx-commits] [PATCH] D131852: [libc++][NFC] Use noexcept instead of the macros where possible

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Aug 14 03:28:42 PDT 2022


philnik created this revision.
philnik added reviewers: ldionne, Mordante, var-const.
Herald added a project: All.
philnik requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D131852

Files:
  libcxx/include/__algorithm/iter_swap.h
  libcxx/include/__functional/function.h
  libcxx/include/__functional/hash.h
  libcxx/include/__hash_table
  libcxx/include/__iterator/data.h
  libcxx/include/__iterator/empty.h
  libcxx/include/__iterator/size.h
  libcxx/include/__iterator/wrap_iter.h
  libcxx/include/__memory/shared_ptr.h
  libcxx/include/__memory/swap_allocator.h
  libcxx/include/__split_buffer
  libcxx/include/__tree
  libcxx/include/deque
  libcxx/include/forward_list
  libcxx/include/list
  libcxx/include/map
  libcxx/include/queue
  libcxx/include/set
  libcxx/include/stack
  libcxx/include/string
  libcxx/include/string_view
  libcxx/include/tuple
  libcxx/include/unordered_map
  libcxx/include/unordered_set
  libcxx/include/vector

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131852.452504.patch
Type: text/x-patch
Size: 35722 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220814/2d955ff6/attachment-0001.bin>


More information about the libcxx-commits mailing list