GSL/gsl
Rian Quinn 4b29878d70 Add branch prediction to Ensures / Expects
We should be using branch prediction on asserts as these conditions are known to be unlikely, therefore we should be optimizing the likely case. These macros are similar to what the Linux kernel uses. Not really sure what Visual Studio does so at the moment these are disabled for VS.
2016-09-28 09:43:13 -06:00
..
gsl Define constexpr as /*constexpr*/ when unavailable (also noexcept) 2016-08-24 19:53:53 +02:00
gsl_assert Add branch prediction to Ensures / Expects 2016-09-28 09:43:13 -06: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 Add to_basic_string 2016-09-04 00:29:10 -06:00