GSL/include/gsl
Maciej T. Nowak c2f953f2eb Add value_type to span (#425)
* Add value_type to span

Currently I'm working on project which involves a lot of `span`s and mocking via Google Mock. Unfortunately a lot of standard matchers requires `value_type` type definition inside container which `gsl::span` lacks.

This pull request add `value_type` type definition inside `gsl::span`

* Strip cv from value_type of span and span_iterator
2017-04-13 13:55:20 -07:00
..
gsl Added support of not_null<smart_ptr> comparison (#473) 2017-04-12 17:34:39 -07:00
gsl_algorithm Cleanup include structure, constexpr and noexcept compiler workarounds. 2017-02-07 15:59:37 -08:00
gsl_assert fail_fast should derive from logic_error (#480) 2017-04-03 11:09:47 -07:00
gsl_byte Revert change to the definition of constexpr macro in gsl_byte from #446 (#450) 2017-02-11 17:38:59 -08:00
gsl_util gsl::at clean-up: (#479) 2017-04-03 22:43:43 -07:00
multi_span Properly qualify std::size_t (#448) 2017-02-13 12:11:45 -08:00
span Add value_type to span (#425) 2017-04-13 13:55:20 -07:00
string_span Fix some corechecker warnings (#470) 2017-04-02 12:30:49 -07:00