GSL/include/gsl
Casey Carter ebab8cab7f gsl::at clean-up: (#479)
* initializer_list overload returns by value to avoid lifetime issues

* generic overload uses expression SFINAE to work with any type that has member size() and operator[], which notably includes const/non-const vector and array.

* Add test coverage for const objects, rvalue initializer_lists, and constexpr usage.

Fixes #357.
2017-04-03 22:43:43 -07:00
..
gsl add gsl::not_null operator<< (#464) 2017-03-09 12:42:18 -08: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 Properly qualify std::size_t (#448) 2017-02-13 12:11:45 -08:00
string_span Fix some corechecker warnings (#470) 2017-04-02 12:30:49 -07:00