mirror of
https://github.com/microsoft/GSL.git
synced 2025-02-22 01:12:53 -05:00
This patch provides a make_span function to simplify the creation of spans until C++17 is available. In addition this patch updates the unit tests to includes tests that verify this new functionality.