GSL/include/gsl
Anna Gringauze 1995e86d1a span constructor no address (#723)
* Changed &arr[0] to std::array<T, N>::data and std::address_of to protect against overloaded operator&.

* Removed the usage of `std::addressof` because it is a C++ 17 feature. Using decay for C arrays instead.

* Add unit tests for #662.

* Added c++17 test configurations for clang5.0 and clang6.0

* fixed CppCoreCheck pointer decay warning
2018-08-19 17:10:53 -07:00
..
gsl added gsl_algorithm and gsl_byte headers to main gsl header (#594) 2017-12-04 09:18:40 -08:00
gsl_algorithm fix cppcorecheck warnings (#703) 2018-08-12 21:44:17 -07:00
gsl_assert fixed typo 2018-08-12 21:45:39 -07:00
gsl_byte fix cppcorecheck warnings (#703) 2018-08-12 21:44:17 -07:00
gsl_util fix cppcorecheck warnings (#703) 2018-08-12 21:44:17 -07:00
multi_span Fix #717 - Add empty() to strided_span (#718) 2018-08-17 11:47:03 -07:00
pointers Dev/annagrin/make not null (#711) 2018-08-13 02:22:02 -07:00
span span constructor no address (#723) 2018-08-19 17:10:53 -07:00
string_span fix cppcorecheck warnings (#703) 2018-08-12 21:44:17 -07:00