-
Updated
May 3, 2019
optional
Here are 139 public repositories matching this topic...
-
Updated
Sep 22, 2020 - Kotlin
-
Updated
Nov 22, 2020 - C++
-
Updated
Oct 31, 2019 - C++
-
Updated
Jul 19, 2018 - Go
-
Updated
Apr 5, 2018 - Java
-
Updated
May 21, 2018 - PHP
-
Updated
May 17, 2020 - TypeScript
-
Updated
Aug 8, 2018 - Rust
-
Updated
Oct 24, 2017 - Swift
-
Updated
Nov 27, 2020 - JavaScript
-
Updated
Oct 13, 2020 - Java
-
Updated
Nov 15, 2017 - Java
-
Updated
Nov 1, 2020 - Java
-
Updated
Nov 3, 2020 - TypeScript
-
Updated
Oct 22, 2020 - Smalltalk
-
Updated
Feb 8, 2019 - JavaScript
-
Updated
Jul 17, 2016 - Java
-
Updated
Oct 29, 2020 - C#
-
Updated
Jul 11, 2017 - Ruby
-
Updated
Feb 21, 2020 - Python
-
Updated
Mar 21, 2017 - Java
-
Updated
Aug 9, 2019 - Python
Improve this page
Add a description, image, and links to the optional topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the optional topic, visit your repo's landing page and select "manage topics."


Checklist
Description
C++11 introduced
shared_ptr, which works withT[]types -- but only if the type is given a custom deleter. C++20 expanded this to supportshared_ptr<T[]>, and introduces an overload formake_sharedfor this.Backport should be updated to support thi