tmp/tmph6umg1s_/{from.md → to.md}
RENAMED
|
@@ -1,19 +1,16 @@
|
|
| 1 |
#### Member functions <a id="member.functions">[[member.functions]]</a>
|
| 2 |
|
| 3 |
It is unspecified whether any member functions in the C++standard
|
| 4 |
-
library are defined as `inline` ([[dcl.
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
A call to a member function signature described in the C++standard
|
| 17 |
-
library behaves as if the implementation declares no additional member
|
| 18 |
-
function signatures.[^29]
|
| 19 |
|
|
|
|
| 1 |
#### Member functions <a id="member.functions">[[member.functions]]</a>
|
| 2 |
|
| 3 |
It is unspecified whether any member functions in the C++standard
|
| 4 |
+
library are defined as `inline` ([[dcl.inline]]).
|
| 5 |
+
|
| 6 |
+
For a non-virtual member function described in the C++standard library,
|
| 7 |
+
an implementation may declare a different set of member function
|
| 8 |
+
signatures, provided that any call to the member function that would
|
| 9 |
+
select an overload from the set of declarations described in this
|
| 10 |
+
International Standard behaves as if that overload were selected.
|
| 11 |
+
|
| 12 |
+
[*Note 1*: For instance, an implementation may add parameters with
|
| 13 |
+
default values, or replace a member function with default arguments with
|
| 14 |
+
two or more member functions with equivalent behavior, or add additional
|
| 15 |
+
signatures for a member function name. — *end note*]
|
|
|
|
|
|
|
|
|
|
| 16 |
|