mirror of
https://github.com/microsoft/GSL.git
synced 2025-05-12 09:04:44 -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.