Skip to content
#

standard-library

Here are 212 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 2, 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

Mani
crazywolf132
crazywolf132 commented Apr 18, 2019

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Docs will be updated to use a new layout, rather than everything on the one page.

Describe the solution you'd like
A clear and concise description of what you want to happen.

Split the content into multiple pages, then we can

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