|
201 | 201 | with a \grammarterm{brace-or-equal-initializer}, has |
202 | 202 | class type \tcode{M} (or array thereof) and either \tcode{M} |
203 | 203 | has no default constructor or overload resolution |
204 | | -(\ref{over.match}) as applied to \tcode{M}'s default |
| 204 | +(\ref{over.match}) as applied to find \tcode{M}'s corresponding |
205 | 205 | constructor results in an ambiguity or in a function that is deleted or |
206 | 206 | inaccessible from the defaulted default constructor, or |
207 | 207 |
|
|
2641 | 2641 |
|
2642 | 2642 | \item a potentially constructed subobject type |
2643 | 2643 | \tcode{M} (or array thereof) that cannot be copied/moved because |
2644 | | - overload resolution (\ref{over.match}), as applied to |
| 2644 | + overload resolution (\ref{over.match}), as applied to find |
2645 | 2645 | \tcode{M}'s |
2646 | 2646 | corresponding constructor, results in an ambiguity or |
2647 | 2647 | a function that is deleted or inaccessible from the |
|
2944 | 2944 | \item a direct non-static data member of class type \tcode{M} |
2945 | 2945 | (or array thereof) or a direct base class \tcode{M} |
2946 | 2946 | that cannot be copied/moved because overload resolution |
2947 | | - (\ref{over.match}), as applied to \tcode{M}'s corresponding |
| 2947 | + (\ref{over.match}), as applied to find \tcode{M}'s corresponding |
2948 | 2948 | assignment operator, results in an ambiguity or |
2949 | 2949 | a function that is deleted or inaccessible from the |
2950 | 2950 | defaulted assignment operator. |
|
0 commit comments