Skip to content
#

standard-library

Here are 211 public repositories matching this topic...

Rust 核心库和标准库的源码级中文翻译,可作为 IDE 工具的智能提示,也可以生成本地 API 文档 (Rust core library and standard library translation. can be used as IntelliSense for IDE tools, and can also generate local API documentation)

  • Updated Nov 14, 2021
  • Rust
BackportCpp
bitwizeshift
bitwizeshift commented Jun 25, 2020

Checklist

  • I did not find a duplicate of this feature request in the Github Issues section.

Description

C++11 introduced shared_ptr, which works with T[] types -- but only if the type is given a custom deleter. C++20 expanded this to support shared_ptr<T[]>, and introduces an overload for make_shared for this.

Backport should be updated to support thi

Improve this page

Add a description, image, and links to the standard-library topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the standard-library topic, visit your repo's landing page and select "manage topics."

Learn more