Skip to content

Commit d017ce4

Browse files
authored
[format.syn] Add \libconcept for input_range (#7443)
1 parent aed9756 commit d017ce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/text.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -5890,7 +5890,7 @@
58905890
@\libconcept{formattable}@<ranges::range_reference_t<R>, charT>
58915891
struct formatter<R, charT> : @\exposid{range-default-formatter}@<format_kind<R>, R, charT> { };
58925892

5893-
template<ranges::input_range R>
5893+
template<ranges::@\libconcept{input_range}@ R>
58945894
requires (format_kind<R> != range_format::disabled)
58955895
constexpr bool enable_nonlocking_formatter_optimization<R> = false;
58965896

0 commit comments

Comments
 (0)