aboutsummaryrefslogtreecommitdiffstats
path: root/gsl/span
Commit message (Expand)AuthorAgeFilesLines
* Adds gsl::span::at()Rian Quinn2016-10-261-0/+2
* Fix #388 Deprecated implicit copy assignment operator for span_iterator in C+...Gary Furnish2016-10-091-0/+2
* For span, fix size_t to index_type conversion warning.Gary Furnish2016-10-041-2/+2
* Removed redundant static_cast<> and is_same<> test.Neil MacIntosh2016-09-141-7/+4
* Removed unnecessary reinterpret_cast<> from span implementation.Neil MacIntosh2016-09-121-2/+2
* Corrected SFINAE for conversion constructors on span.Neil MacIntosh2016-09-121-30/+1
* Fix #340: define constexpr as /*constexpr*/ when unavailable (also noexcept)Neil MacIntosh2016-08-271-3/+3
|\
| * Define constexpr as /*constexpr*/ when unavailable (also noexcept)Martin Moene2016-08-241-3/+3
* | Specialize gsl::at for spanericLemanissier2016-08-231-0/+8
|/
* Fix #323 - Badly positioned noexceptVincent Isambart2016-08-131-1/+1
* Merge branch 'master' into dev/neilmac/iteratorsNeil MacIntosh2016-08-101-176/+43
* Removed .h extension from header files.Galik2016-08-101-0/+826