Re: [PATCH v2] libstdc++: Implement stringstream from string_view [PR119741]

2025-05-29 Thread Tomasz Kaminski
On Thu, May 29, 2025 at 9:21 AM Nathan Myers wrote: > Change in V2: > * apply all review comments > * remove redundant drive-by "requires" on ctor from string allocator arg > * check allocators are plumbed through > > -- >8 -- > > Implement PR libstdc++/119741 (P2495R3) > Add constructors to s

[PATCH v2] libstdc++: Implement stringstream from string_view [PR119741]

2025-05-29 Thread Nathan Myers
Change in V2: * apply all review comments * remove redundant drive-by "requires" on ctor from string allocator arg * check allocators are plumbed through -- >8 -- Implement PR libstdc++/119741 (P2495R3) Add constructors to stringbuf, stringstream, istringstream, and ostringstream, and a matchi