Update title of Item 21

This commit is contained in:
xris1658 2022-08-08 09:36:50 +08:00 committed by David
parent 47344d25f9
commit 29a17211fb

View File

@ -1,4 +1,4 @@
## 条款二十一:优先考虑使用`std::make_unique`和`std::make_shared`而非`new`
## 条款二十一:优先考虑使用`std::make_unique`和`std::make_shared`而非直接使用`new`
**Item 21: Prefer `std::make_unique` and `std::make_shared` to direct use of `new`**