Details
Details
- Reviewers
ldionne - Group Reviewers
Restricted Project - Commits
- rG10c4eec2785a: [NFC][libc++][format] Improves naming.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
libcxx/include/__format/buffer.h | ||
---|---|---|
107–108 | Should we expose a public static size_t __buffer_size() method instead? Otherwise we could also drop the trailing underscore from __buffer_size_, which makes it look like a data member, and use __buffer_size directly. No strong opinion. |
libcxx/include/__format/buffer.h | ||
---|---|---|
107–108 | I have a slight preference to use a static data member, I'll drop the trailing underscore. |
Should we expose a public static size_t __buffer_size() method instead? Otherwise we could also drop the trailing underscore from __buffer_size_, which makes it look like a data member, and use __buffer_size directly. No strong opinion.