mirror of
https://github.com/microsoft/GSL.git
synced 2025-11-16 15:29:32 +01:00
This patch adds support for std::unique_ptr and std::shared_ptr to the gsl::span class instead of having to manually grab the pointer via get(). For reference, this is part of the following issue: https://github.com/Microsoft/GSL/issues/402