From 217eb163454e41367bc2be6d4f2dd7615dde79e7 Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Sat, 4 Oct 2025 17:46:51 +0200 Subject: [PATCH] [meta.reflection.member.queries] Remove superfluous 'of' Fixes NB US 103-164 (C++23 CD). --- source/meta.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/meta.tex b/source/meta.tex index 474ef233ca..dc98ea7b7a 100644 --- a/source/meta.tex +++ b/source/meta.tex @@ -5563,8 +5563,8 @@ \returns Let $C$ be the class represented by \tcode{dealias(type)}. A \tcode{vector} containing the reflections -of all the direct base class relationships of $B$, if any, -of $C$ such that \tcode{is_accessible(\brk{}\reflexpr{$B$}, ctx)} is \tcode{true}. +of all the direct base class relationships $B$, if any, +of $C$ such that \tcode{is_accessible(\reflexpr{$B$}, ctx)} is \tcode{true}. The direct base class relationships appear in the order in which the corresponding base classes appear in the \grammarterm{base-specifier-list} of $C$.