[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
Sat Jun 10 08:55:58 PDT 2023


pfusik added inline comments.


================
Comment at: libcxx/test/std/input.output/string.streams/ostringstream/ostringstream.members/str.alloc.pass.cpp:17
+// template <class SAlloc>
+// basic_string<charT, traits, SAlloc> str(const SAlloc& sa) const;
+// template <class SAlloc>
----------------
Mordante wrote:
> I miss tests for const member functions.
Added `const` in `alloc.pass.cpp` tests, members and constructors.


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