[libcxx-commits] [PATCH] D151896: [libc++] Implement C++20 P0408R7 (Efficient Access to basic_stringbuf's Buffer)
Piotr Fusik via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jun 1 12:56:19 PDT 2023
pfusik added a comment.
CI complains about missing `stringbuf::str() const`.
It's `stringbuf::str() const &` now, so it can be overloaded with `stringbuf::str() &&`.
How to handle this?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151896/new/
https://reviews.llvm.org/D151896
More information about the libcxx-commits
mailing list