GSL/include/gsl
Jeroen Akershoek cdd9ee5a6a Improved conformance of gsl::span for compile-time errors
as per 23.7.2.1:
- span() and span(nullptr) can only be used if extent is dynamic or 0
- span( element_type(&arr)[N] ) can only be used if extent is dynamic or N
- std::array can be used for initialization if extent is dynamic or size of the array
- Containers can be used for initialization if pointer type is convertible

as per 23.7.2.2
- first<N> and last<N> may no longer exceed the span extents
2017-12-05 23:42:12 +02:00
..
gsl added gsl_algorithm and gsl_byte headers to main gsl header (#594) 2017-12-04 09:18:40 -08:00
gsl_algorithm Applied iwyu --comment to the code base (#588) 2017-11-28 07:13:49 -08:00
gsl_assert Applied iwyu --comment to the code base (#588) 2017-11-28 07:13:49 -08:00
gsl_byte Remove #pragma once (#545) (#570) 2017-11-14 08:38:16 -08:00
gsl_util rename final_act to final_action (#579) 2017-11-28 07:20:32 -08:00
multi_span Remove std::iterator inheritance from multi_span (#591) 2017-11-28 07:15:34 -08:00
pointers Applied iwyu --comment to the code base (#588) 2017-11-28 07:13:49 -08:00
span Improved conformance of gsl::span for compile-time errors 2017-12-05 23:42:12 +02:00
string_span Applied iwyu --comment to the code base (#588) 2017-11-28 07:13:49 -08:00