Skip to content

Commit 75d48d5

Browse files
committed
Use \libglobal more.
1 parent d04d67c commit 75d48d5

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

source/meta.tex

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1907,21 +1907,18 @@
19071907
\lhdr{Template} & \rhdr{Comments} \\ \capsep
19081908
\endhead
19091909

1910-
\indexlibraryglobal{type_identity}%
19111910
\tcode{template<class T>\br
1912-
struct type_identity;}
1911+
struct @\libglobal{type_identity}@;}
19131912
&
19141913
The member typedef \tcode{type} denotes \tcode{T}. \\ \rowsep
19151914

1916-
\indexlibraryglobal{remove_cvref}%
1917-
\tcode{template<class T>\br struct remove_cvref;}
1915+
\tcode{template<class T>\br struct @\libglobal{remove_cvref}@;}
19181916
&
19191917
The member typedef \tcode{type} denotes
19201918
\tcode{remove_cv_t<remove_reference_t<T>>}.
19211919
\\ \rowsep
19221920

1923-
\indexlibraryglobal{decay}%
1924-
\tcode{template<class T>\br struct decay;}
1921+
\tcode{template<class T>\br struct @\libglobal{decay}@;}
19251922
&
19261923
Let \tcode{U} be \tcode{remove_reference_t<T>}. If \tcode{is_array_v<U>} is
19271924
\tcode{true}, the member typedef \tcode{type} denotes
@@ -1937,8 +1934,7 @@
19371934
\end{tailnote}
19381935
\\ \rowsep
19391936

1940-
\indexlibraryglobal{enable_if}%
1941-
\tcode{template<bool B, class T = void>} \tcode{struct enable_if;}
1937+
\tcode{template<bool B, class T = void>} \tcode{struct @\libglobal{enable_if}@;}
19421938
&
19431939
If \tcode{B} is \tcode{true}, the member typedef \tcode{type}
19441940
denotes \tcode{T}; otherwise, there shall be no member

0 commit comments

Comments
 (0)