Loading…
|
Translation uploaded |
|
|
String added in the repository |
|
Flags
safe-html, strict-same
Loading…
|
Translation uploaded |
|
|
String added in the repository |
|
will work.** 新增标准的模板推导指南。 ** 在节点句柄中采用简化的 `optional` 实现,以使其 更符合标准规范。 ** 为 `swap` 、 `operator=` 及节点句柄补充缺失的 `noexcept` 规范,调整实现以符合规范要求。在实现中使用 `std::allocator_traits::is_always_equal` (若该特性不可用则采用自有实现),以及 `boost::is_nothrow_swappable` 在实现中。