[libcxx-commits] [PATCH] D95251: Remove noexcept from basic_string::find and implementation functions.
Casey Carter via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jan 22 11:44:38 PST 2021
CaseyCarter added a comment.
In D95251#2516190 <https://reviews.llvm.org/D95251#2516190>, @mclow.lists wrote:
> - Yes, file an LWG issue.
In your issue, be sure to ask for clarification of [char.traits.require]/1's "In Table 71, X denotes a traits class defining types and functions for the character container type C ... Operations on X shall not throw exceptions.". I've always interpreted this to mean that the operations in the table shall not throw, but I'd have a hard time arguing that's the intended meaning of "operations on X".
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