-
Updated
Jan 17, 2020 - Java
span
Here are 69 public repositories matching this topic...
-
Updated
Jul 25, 2020 - Python
-
Updated
Nov 23, 2020 - C#
-
Updated
Nov 24, 2020 - C++
-
Updated
Nov 21, 2020 - C#
-
Updated
Oct 23, 2018 - Kotlin
-
Updated
Nov 18, 2020 - Scala
-
Updated
Jan 22, 2018 - Java
-
Updated
Jan 10, 2020 - C#
-
Updated
Jun 1, 2020 - Python
-
Updated
Aug 9, 2018 - Java
-
Updated
Oct 12, 2020 - C#
-
Updated
May 31, 2017 - Java
-
Updated
Nov 21, 2020 - Java
-
Updated
Mar 13, 2020 - C#
-
Updated
Nov 20, 2020 - Python
-
Updated
Nov 26, 2020 - Perl
-
Updated
Apr 28, 2020 - Go
-
Updated
Jul 28, 2019 - C#
-
Updated
Mar 26, 2020 - C++
Improve this page
Add a description, image, and links to the span topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the span 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_shared
for this.Backport should be updated to support thi