From d017ce4ae08bfaf4be200e63eb74760149ef38ed Mon Sep 17 00:00:00 2001 From: Hewill Kang Date: Wed, 27 Nov 2024 00:57:27 +0800 Subject: [PATCH] [format.syn] Add \libconcept for input_range (#7443) --- source/text.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/text.tex b/source/text.tex index f97537b711..7ff99a463e 100644 --- a/source/text.tex +++ b/source/text.tex @@ -5890,7 +5890,7 @@ @\libconcept{formattable}@, charT> struct formatter : @\exposid{range-default-formatter}@, R, charT> { }; - template + template requires (format_kind != range_format::disabled) constexpr bool enable_nonlocking_formatter_optimization = false;