You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_Definitions_ are <DocLinkdest="/cpp/language/declarations">declarations</DocLink> that fully define the entity introduced by the declaration. Every declaration is a definition, except for the following:
11
11
@@ -270,9 +270,7 @@ A function is odr-used in following cases:
270
270
- A constructor (including default constructors) for a class is odr-used by the <DocLink dest="/cpp/language/initialization">initialization</DocLink> that selects it.
271
271
- A destructor for a class is odr-used if it is <DocLink dest="/cpp/language/destructor" section="potentially-invoked-destructor">potentially invoked</DocLink>.
272
272
273
-
<Aside title="This section is incomplete">
274
-
Reason: list of all situations where odr-use makes a difference
275
-
</Aside>
273
+
<Incomplete reason="list of all situations where odr-use makes a difference" />
0 commit comments