mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
commit
7e0ecf9f76
|
@ -498,7 +498,7 @@ A programmer should be familiar with
|
||||||
* `f(T*,int)` interfaces vs. `f(array_view<T>)` interfaces
|
* `f(T*,int)` interfaces vs. `f(array_view<T>)` interfaces
|
||||||
* loop variable in a too large scope
|
* loop variable in a too large scope
|
||||||
* naked `new` and `delete`
|
* naked `new` and `delete`
|
||||||
* functions with many arguments of build-in types
|
* functions with many arguments of built-in types
|
||||||
|
|
||||||
There is a huge scope for cleverness and semi-automated program transformation.
|
There is a huge scope for cleverness and semi-automated program transformation.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user