Skip to content

Commit 0783dde

Browse files
committed
[func.wrap.move.ctor] Move private expos member to general index
The private, exposition-only data member is not useful in the library index. However, there seems no reason to not show it in the general index, so we move the index entry from the library index to the general index. Partially fixes NB GB 137 (C++23 CD).
1 parent 9512e41 commit 0783dde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/utilities.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12424,7 +12424,7 @@
1242412424

1242512425
\rSec4[func.wrap.move.ctor]{Constructors, assignment, and destructor}
1242612426

12427-
\indexlibrarymember{\exposid{is-callable-from}}{move_only_function}%
12427+
\indextext{move_only_function::is-callable-from@\tcode{move_only_function::\exposid{is-callable-from}}}%
1242812428
\begin{itemdecl}
1242912429
template<class VT>
1243012430
static constexpr bool @\exposid{is-callable-from}@ = @\seebelow@;

0 commit comments

Comments
 (0)