mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
Added alternative fix for PR #132
This commit is contained in:
parent
3706f991fc
commit
1d9be95ee0
|
@ -2297,7 +2297,7 @@ If you have performance justification to optimize for rvalues, overload on `&&`
|
|||
**Example**:
|
||||
|
||||
void incr(int&);
|
||||
int incr();
|
||||
int incr(int);
|
||||
|
||||
int i = 0;
|
||||
incr(i);
|
||||
|
|
Loading…
Reference in New Issue
Block a user