[libc-commits] [PATCH] D141162: [libc] add internal string class
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri Jan 6 15:26:05 PST 2023
sivachandra added inline comments.
================
Comment at: libc/src/__support/CPP/vector_string.h:24
+
+class VectorString {
+ static constexpr size_t INIT_BUFF_SIZE = 64;
----------------
Shouldn't this be named `string`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141162/new/
https://reviews.llvm.org/D141162
More information about the libc-commits
mailing list