[libcxx-commits] [PATCH] D95251: Remove noexcept from basic_string::find and implementation functions.

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Feb 1 14:19:19 PST 2021


zoecarver abandoned this revision.
zoecarver added a comment.

@jwakely thanks for those comments. Super helpful/informative.

Here's the associated LWG issue to clear up the wording (thanks Daniel!): 3518 <https://cplusplus.github.io/LWG/lwg-active.html#3518>. And here's the patch to clarify libc++'s policy on this going forward: D95821 <https://reviews.llvm.org/D95821>.

I'm going to close this patch, but I'll create another one to apply noexcept to all of these functions (and friends).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D95251/new/

https://reviews.llvm.org/D95251



More information about the libcxx-commits mailing list