mirror of
https://github.com/cpp-best-practices/cppbestpractices.git
synced 2025-12-18 11:44:35 +03:00
Merge pull request #143 from scintill/patch-1
Considering_Safety typo fix
This commit is contained in:
@@ -80,7 +80,7 @@ private:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Why? Because passing and returning by reference leads to pointer operations instead by much more faster passing values in processor registers.
|
Why? Because passing and returning by reference leads to pointer operations, instead of much faster passing of values in processor registers.
|
||||||
|
|
||||||
## Avoid Raw Memory Access
|
## Avoid Raw Memory Access
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user