| [libc++][format] Handle range-underlying-spec (#81914) An immediate colon signifeis that the range-format-spec contains only range-underlying-spec. This patch allows this code to compile and run: c++ std::println("{::<<9?}", std::span<const char>{"Hello", sizeof "Hello"}); | 2 年前 |