[libc-commits] [PATCH] D130334: [libc] Add a simple StringStream class.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri Jul 22 00:14:56 PDT 2022
sivachandra created this revision.
sivachandra added a reviewer: michaelrj.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added projects: libc-project, All.
sivachandra requested review of this revision.
This class will be used in future changes to construct simple strings.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D130334
Files:
libc/src/__support/CPP/CMakeLists.txt
libc/src/__support/CPP/stringstream.h
libc/test/src/__support/CPP/CMakeLists.txt
libc/test/src/__support/CPP/stringstream_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130334.446730.patch
Type: text/x-patch
Size: 6074 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220722/d996fd2a/attachment-0001.bin>
More information about the libc-commits
mailing list