[libcxx-commits] [PATCH] D95848: Add `noexcept` to `string::find` and similar members.
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Feb 5 08:29:49 PST 2021
ldionne requested changes to this revision.
ldionne added a comment.
This revision now requires changes to proceed.
Can we mark the functions we added `noexcept` on as such in the synopsis, and add `// noexcept as an extension`? I think it's useful to track those. Apart from that, this LGTM.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95848/new/
https://reviews.llvm.org/D95848
More information about the libcxx-commits
mailing list