mirror of
https://github.com/microsoft/GSL.git
synced 2025-02-22 01:12:53 -05: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