[libcxx-commits] [PATCH] D95848: [libc++] Add `noexcept` to `string::find` and similar members.

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Feb 1 22:15:55 PST 2021


zoecarver created this revision.
zoecarver added reviewers: ldionne, mclow.lists.
zoecarver requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Adds `noexcept` to `string_view`/`string::find` and similar members
(`rfind`, etc.). See discussion in D95251 <https://reviews.llvm.org/D95251>. Refs D95821 <https://reviews.llvm.org/D95821>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D95848

Files:
  libcxx/include/__string
  libcxx/include/string
  libcxx/include/string_view

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95848.320676.patch
Type: text/x-patch
Size: 11564 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210202/ad7832d1/attachment.bin>


More information about the libcxx-commits mailing list