mirror of
https://github.com/CnTransGroup/EffectiveModernCppChinese.git
synced 2024-12-26 12:50:15 +08:00
将第一个代码块注释中的中文冒号改为英文冒号 (#141)
std::make_unique<Derived>(); //关于std::make_unique 改为 std::make_unique<Derived>(); //关于std::make_unique
This commit is contained in:
parent
305485e38e
commit
2492e6463b
@ -20,7 +20,7 @@ public:
|
||||
};
|
||||
|
||||
std::unique_ptr<Base> upb = //创建基类指针指向派生类对象
|
||||
std::make_unique<Derived>(); //关于std::make_unique
|
||||
std::make_unique<Derived>(); //关于std::make_unique
|
||||
… //请参见Item21
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user