Skip to content

Commit fb8036b

Browse files
authored
[class] Avoid hyphenation for 'multidimensional' (cplusplus#7391)
1 parent 99deb70 commit fb8036b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Diff for: source/classes.tex

+10-10
Original file line numberDiff line numberDiff line change
@@ -1231,28 +1231,28 @@
12311231
of reference type,
12321232

12331233
\item any non-variant non-static data member of const-qualified type
1234-
(or possibly multi-dimensional array thereof)
1234+
(or possibly multidimensional array thereof)
12351235
with no \grammarterm{brace-or-equal-initializer}
12361236
is not const-default-constructible\iref{dcl.init},
12371237

12381238
\item \tcode{X} is a union and all of its variant members are of const-qualified
1239-
type (or possibly multi-dimensional array thereof),
1239+
type (or possibly multidimensional array thereof),
12401240

12411241
\item \tcode{X} is a non-union class and all members of any anonymous union member are
1242-
of const-qualified type (or possibly multi-dimensional array thereof),
1242+
of const-qualified type (or possibly multidimensional array thereof),
12431243

12441244
\item any potentially constructed subobject, except for a non-static data member
12451245
with a \grammarterm{brace-or-equal-initializer}
12461246
or a variant member of a union where another non-static data member
12471247
has a \grammarterm{brace-or-equal-initializer},
1248-
has class type \tcode{M} (or possibly multi-dimensional array thereof)
1248+
has class type \tcode{M} (or possibly multidimensional array thereof)
12491249
and overload resolution\iref{over.match}
12501250
as applied to find \tcode{M}'s corresponding constructor
12511251
either does not result in a usable candidate\iref{over.match.general}
12521252
or, in the case of a variant member, selects a non-trivial function, or
12531253

12541254
\item any potentially constructed subobject has
1255-
class type \tcode{M} (or possibly multi-dimensional array thereof) and
1255+
class type \tcode{M} (or possibly multidimensional array thereof) and
12561256
\tcode{M} has
12571257
a destructor that is deleted or inaccessible from the defaulted default
12581258
constructor.
@@ -1519,14 +1519,14 @@
15191519
\tcode{X} is defined as deleted\iref{dcl.fct.def.delete} if \tcode{X} has:
15201520
\begin{itemize}
15211521
\item a potentially constructed subobject of type
1522-
\tcode{M} (or possibly multi-dimensional array thereof) for which
1522+
\tcode{M} (or possibly multidimensional array thereof) for which
15231523
overload resolution\iref{over.match}, as applied to find
15241524
\tcode{M}'s corresponding constructor,
15251525
either does not result in a usable candidate\iref{over.match.general} or,
15261526
in the case of a variant member, selects a non-trivial function,
15271527

15281528
\item any potentially constructed subobject of
1529-
class type \tcode{M} (or possibly multi-dimensional array thereof)
1529+
class type \tcode{M} (or possibly multidimensional array thereof)
15301530
where \tcode{M} has
15311531
a destructor that is deleted or inaccessible from the defaulted
15321532
constructor, or,
@@ -1789,12 +1789,12 @@
17891789
class \tcode{X} is defined as deleted if \tcode{X} has:
17901790
\begin{itemize}
17911791
\item a non-static data member of \keyword{const} non-class
1792-
type (or possibly multi-dimensional array thereof), or
1792+
type (or possibly multidimensional array thereof), or
17931793

17941794
\item a non-static data member of reference type, or
17951795

17961796
\item a direct non-static data member of class type \tcode{M}
1797-
(or possibly multi-dimensional array thereof) or
1797+
(or possibly multidimensional array thereof) or
17981798
a direct base class \tcode{M}
17991799
that cannot be copied/moved because overload resolution
18001800
\iref{over.match}, as applied to find \tcode{M}'s corresponding
@@ -2033,7 +2033,7 @@
20332033
\tcode{X} is defined as deleted if
20342034
\begin{itemize}
20352035
\item any potentially constructed subobject has class type
2036-
\tcode{M} (or possibly multi-dimensional array thereof) and
2036+
\tcode{M} (or possibly multidimensional array thereof) and
20372037
\tcode{M} has a destructor that is deleted or
20382038
is inaccessible from the defaulted destructor or,
20392039
in the case of a variant member, is non-trivial,

0 commit comments

Comments
 (0)