Skip to content

Commit

Permalink
[format.syn] Add \libconcept for input_range (#7443)
Browse files Browse the repository at this point in the history
  • Loading branch information
hewillk authored Nov 26, 2024
1 parent aed9756 commit d017ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/text.tex
Original file line number Diff line number Diff line change
Expand Up @@ -5890,7 +5890,7 @@
@\libconcept{formattable}@<ranges::range_reference_t<R>, charT>
struct formatter<R, charT> : @\exposid{range-default-formatter}@<format_kind<R>, R, charT> { };

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

Expand Down

0 comments on commit d017ce4

Please sign in to comment.