GSL/gsl
Casey Carter 67717ea6ae [multi_span] Fix UB hack in static_bounds::operator=
* Make BoundsRanges<dynamic_range, ...>::m_bound non-const and private

* Remove various defaulted copy constructor/assignment declarations from BoundsRanges specializations whose only effect is to needlessly suppress the generation of moves

* Remove the hackish static_bounds::operator=(const static_bounds&). The implicitly generated default is now sufficient
2016-09-27 21:12:51 -07:00
..
gsl Define constexpr as /*constexpr*/ when unavailable (also noexcept) 2016-08-24 19:53:53 +02:00
gsl_assert Removed .h extension from header files. 2016-08-10 17:24:00 +01:00
gsl_byte Turn off warning about function-styl casts in gsl_byte 2016-09-21 21:39:28 +02:00
gsl_util Define constexpr as /*constexpr*/ when unavailable (also noexcept) 2016-08-24 19:53:53 +02:00
multi_span [multi_span] Fix UB hack in static_bounds::operator= 2016-09-27 21:12:51 -07:00
span Removed redundant static_cast<> and is_same<> test. 2016-09-14 22:01:02 -07:00
string_span Add to_basic_string 2016-09-04 00:29:10 -06:00