[libc] Add a simple StringStream class.
authorSiva Chandra Reddy <sivachandra@google.com>
Fri, 22 Jul 2022 06:54:54 +0000 (06:54 +0000)
committerSiva Chandra Reddy <sivachandra@google.com>
Mon, 25 Jul 2022 18:27:29 +0000 (18:27 +0000)
commit5edc7ce235a63ad3b4655bb883724fcff12ff4b0
treef4c1ac792bf74322d00be815e0d9adb9b1321269
parent29d35ece8249f2d8a51437a5c008e6bf63da9874
[libc] Add a simple StringStream class.

This class will be used in future changes to construct simple strings.

Reviewed By: michaelrj

Differential Revision: https://reviews.llvm.org/D130334
libc/src/__support/CPP/CMakeLists.txt
libc/src/__support/CPP/stringstream.h [new file with mode: 0644]
libc/test/src/__support/CPP/CMakeLists.txt
libc/test/src/__support/CPP/stringstream_test.cpp [new file with mode: 0644]