Files
modern-cpp-tutorial/book/zh-cn
Tengfei Niu 1e78a01ac0 book: fix incorrect return value description of std::weak_ptr expired (#144)
* Fix error

资源尚存在时,`std::weak_ptr` 的 `expired()` 方法返回 `false`, 否则返回 `true`。

* book: fix error

Fix error, while the resource of `std::shared_ptr` exists, `std::weak_ptr`'s `expired()` method returns `false`, otherwise it returns `true`.
2020-11-17 08:34:05 +01:00
..
2019-07-20 12:44:34 +02:00
2019-07-09 14:06:11 +02:00
2020-11-13 11:08:35 +01:00
2020-08-24 06:59:44 +02:00
2020-10-18 20:39:22 +02:00
2019-07-14 23:20:14 +02:00
2019-07-11 12:34:14 +02:00
2019-07-14 23:20:14 +02:00
2019-07-14 09:40:44 +02:00
2019-07-20 12:44:34 +02:00