-
Updated
May 3, 2019
variant
Here are 71 public repositories matching this topic...
-
Updated
Dec 27, 2019 - C++
-
Updated
Nov 21, 2020 - C++
-
Updated
Nov 23, 2020 - C
-
Updated
Nov 16, 2020 - C++
-
Updated
Jan 21, 2020 - C
-
Updated
Aug 8, 2018 - C++
-
Updated
Nov 9, 2020 - TypeScript
-
Updated
Nov 22, 2020 - C++
-
Updated
Oct 1, 2019 - sed
-
Updated
Nov 16, 2016 - C++
-
Updated
Sep 7, 2016 - C++
-
Updated
Oct 13, 2016 - C++
-
Updated
May 17, 2020 - C
-
Updated
Nov 22, 2020 - C++
-
Updated
Mar 5, 2020 - R
-
Updated
Nov 16, 2020 - C++
-
Updated
May 20, 2017
-
Updated
Oct 24, 2019 - C
-
Updated
Jul 10, 2020 - C++
Improve this page
Add a description, image, and links to the variant topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the variant 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