[libcxx-commits] [PATCH] D121530: [WIP][libc++][format] Implement format-string.
Joe Loser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Mar 12 18:33:31 PST 2022
jloser added inline comments.
================
Comment at: libcxx/include/format:384
+ case __arg_t::__handle:
+ __throw_format_error("Handle shoule use __compile_time_validate_handle_argument");
+ }
----------------
Nit: typo. `s/shoule/should`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121530/new/
https://reviews.llvm.org/D121530
More information about the libcxx-commits
mailing list