Skip to content

Commit d1ef75b

Browse files
committed
[everywhere] Rename exposition-only concept 'same-impl' to 'same-as-impl'.
1 parent 3698000 commit d1ef75b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/concepts.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,10 +276,10 @@
276276
\indexlibrary{\idxcode{same_as}}%
277277
\begin{itemdecl}
278278
template<class T, class U>
279-
concept @\placeholdernc{same-impl}@ = is_same_v<T, U>; // \expos
279+
concept @\placeholdernc{same-as-impl}@ = is_same_v<T, U>; // \expos
280280

281281
template<class T, class U>
282-
concept same_as = @\placeholdernc{same-impl}@<T, U> && @\placeholdernc{same-impl}@<U, T>;
282+
concept same_as = @\placeholdernc{same-as-impl}@<T, U> && @\placeholdernc{same-as-impl}@<U, T>;
283283
\end{itemdecl}
284284

285285
\begin{itemdescr}

0 commit comments

Comments
 (0)