mirror of
https://github.com/cpp-best-practices/cppbestpractices.git
synced 2025-12-17 19:24:36 +03:00
Update 07-Considering_Performance.md
This commit is contained in:
@@ -19,9 +19,6 @@ instead of:
|
|||||||
|
|
||||||
```cpp
|
```cpp
|
||||||
// some header file
|
// some header file
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include "MyClass.hpp"
|
#include "MyClass.hpp"
|
||||||
|
|
||||||
void doSomething(const MyClass &);
|
void doSomething(const MyClass &);
|
||||||
|
|||||||
Reference in New Issue
Block a user