We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3698000 commit d1ef75bCopy full SHA for d1ef75b
source/concepts.tex
@@ -276,10 +276,10 @@
276
\indexlibrary{\idxcode{same_as}}%
277
\begin{itemdecl}
278
template<class T, class U>
279
- concept @\placeholdernc{same-impl}@ = is_same_v<T, U>; // \expos
+ concept @\placeholdernc{same-as-impl}@ = is_same_v<T, U>; // \expos
280
281
282
- concept same_as = @\placeholdernc{same-impl}@<T, U> && @\placeholdernc{same-impl}@<U, T>;
+ concept same_as = @\placeholdernc{same-as-impl}@<T, U> && @\placeholdernc{same-as-impl}@<U, T>;
283
\end{itemdecl}
284
285
\begin{itemdescr}
0 commit comments