Skip to content

Commit 472e865

Browse files
committed
[range.utility.helper] Add missing '='
1 parent 94340ed commit 472e865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/ranges.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -1363,7 +1363,7 @@
13631363
@\libconcept{input_iterator}@<I> && (is_pointer_v<I> || requires(I i) { i.operator->(); });
13641364

13651365
template<class T, class U>
1366-
concept @\defexposconcept{different-from}@ // \expos
1366+
concept @\defexposconcept{different-from}@ = // \expos
13671367
!@\libconcept{same_as}@<remove_cvref_t<T>, remove_cvref_t<U>>;
13681368
\end{codeblock}
13691369

0 commit comments

Comments
 (0)