GSL/gsl
Rian Quinn 9e055be659 Fix compilation issues with Cygwin
Cygwin recently did an update that broken string_span again. The original update had to provide a custom strnlen function because Cygwin doesn't implement this (it's a non-std extension). We never added wchar_t support, and the Cygwin update now breaks on exactly this. This patch provides the missing wchar_t.
2016-09-28 10:00:47 -06: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 Added a fix for not flagging negative indices to multi_span. 2016-09-18 17:56:18 +02:00
span Removed redundant static_cast<> and is_same<> test. 2016-09-14 22:01:02 -07:00
string_span Fix compilation issues with Cygwin 2016-09-28 10:00:47 -06:00