From Jason Turner

[member.functions]

Diff to HTML by rtfpessoa

tmp/tmpndzr7820/{from.md → to.md} RENAMED
@@ -7,10 +7,10 @@ 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*]
16
 
 
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 can 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