Skip to content

Tags: rec00rsiff/GSL

Tags

v2.0.0

Toggle v2.0.0's commit message
span constructor no address (microsoft#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 microsoft#662.

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

* fixed CppCoreCheck pointer decay warning

v1.0.0

Toggle v1.0.0's commit message
Started versioning. Tested by SA team