File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 58615861 constexpr @\unspec@ format_kind = @\unspec@ ;
58625862
58635863 template<ranges::@\libconcept {input_range}@ R>
5864- requires @\libconcept {same_as}@<R, remove_cvref_t<R>>
5864+ requires @\libconcept {same_as}@<R, remove_cvref_t<R>>
58655865 constexpr range_format format_kind<R> = @\seebelow@ ;
58665866
58675867 // \ref {format.range.formatter }, class template \tcode {range_formatter}
58805880 struct formatter<R, charT> : @\exposid {range-default-formatter}@<format_kind<R>, R, charT> { };
58815881
58825882 template<ranges::@\libconcept {input_range}@ R>
5883- requires (format_kind<R> != range_format::disabled)
5883+ requires (format_kind<R> != range_format::disabled)
58845884 constexpr bool enable_nonlocking_formatter_optimization<R> = false;
58855885
58865886 // \ref {format.arguments }, arguments
You can’t perform that action at this time.
0 commit comments