Skip to content

Commit 7c3eb72

Browse files
jensmaurertkoeppe
authored andcommitted
[meta.reflection.member.queries] Remove superfluous 'of'
Fixes NB US 103-164 (C++23 CD).
1 parent eb87240 commit 7c3eb72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/meta.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5563,8 +5563,8 @@
55635563
\returns
55645564
Let $C$ be the class represented by \tcode{dealias(type)}.
55655565
A \tcode{vector} containing the reflections
5566-
of all the direct base class relationships of $B$, if any,
5567-
of $C$ such that \tcode{is_accessible(\brk{}\reflexpr{$B$}, ctx)} is \tcode{true}.
5566+
of all the direct base class relationships $B$, if any,
5567+
of $C$ such that \tcode{is_accessible(\reflexpr{$B$}, ctx)} is \tcode{true}.
55685568
The direct base class relationships appear in the order in which
55695569
the corresponding base classes appear in the \grammarterm{base-specifier-list} of $C$.
55705570

0 commit comments

Comments
 (0)