[libcxx-commits] [PATCH] D140117: [libc++][format] Renames __null_sentinel.
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Dec 20 16:17:25 PST 2022
ldionne added inline comments.
================
Comment at: libcxx/include/__format/formatter_output.h:376
-struct __null_sentinel {};
+struct __nul_terminator {};
----------------
I think this was a typo? If so, can you please fix in a NFC?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140117/new/
https://reviews.llvm.org/D140117
More information about the libcxx-commits
mailing list