-
Updated
Sep 30, 2020 - Swift
backport
Here are 57 public repositories matching this topic...
-
Updated
Sep 22, 2020 - Lua
-
Updated
Jun 16, 2020 - Python
-
Updated
Sep 21, 2020 - TypeScript
-
Updated
Aug 17, 2018 - Java
-
Updated
Oct 5, 2020 - C#
-
Updated
Aug 24, 2020 - Lua
-
Updated
Sep 13, 2020 - Python
-
Updated
Sep 7, 2019 - Lua
-
Updated
Jun 6, 2020 - Java
-
Updated
Jul 24, 2020 - PHP
-
Updated
Oct 1, 2020 - TypeScript
-
Updated
Sep 15, 2020 - Lua
-
Updated
Oct 4, 2020 - Python
-
Updated
Jun 23, 2017 - Java
-
Updated
Aug 22, 2020 - Python
-
Updated
Oct 6, 2020 - Lua
-
Updated
Aug 12, 2019 - Python
-
Updated
Oct 7, 2019 - Java
-
Updated
Oct 30, 2017 - Python
-
Updated
Oct 28, 2018 - Java
-
Updated
Nov 6, 2016 - Perl
-
Updated
Sep 5, 2020 - TypeScript
Improve this page
Add a description, image, and links to the backport topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the backport 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