From Jason Turner

[member.functions]

Diff to HTML by rtfpessoa

tmp/tmpfnjnk380/{from.md → to.md} RENAMED
@@ -1,15 +1,15 @@
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*]
 
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
+ document 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*]