mirror of
https://github.com/microsoft/GSL.git
synced 2025-03-12 22:28:06 -04: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.