GSL/gsl
Rian Quinn b07383ead1 [gsl_util] Update narrow_cast to use std::forward
* Update narrow_cast to use std::forward

Based on [F19](https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#f19-for-forward-parameters-pass-by-tp-and-only-stdforward-the-parameter), I believe `gsl::narrow_cast` should be implemented using forward semantics.

* Fix for VS 2013
2016-10-18 11:52:45 -07:00
..
gsl Define constexpr as /*constexpr*/ when unavailable (also noexcept) 2016-08-24 19:53:53 +02:00
gsl_assert Fix issue with VS builds 2016-09-28 09:53:33 -06:00
gsl_byte Turn off warning about function-styl casts in gsl_byte 2016-09-21 21:39:28 +02:00
gsl_util [gsl_util] Update narrow_cast to use std::forward 2016-10-18 11:52:45 -07:00
multi_span [multi_span] Fix UB hack in static_bounds::operator= 2016-09-27 21:12:51 -07:00
span Fix #388 Deprecated implicit copy assignment operator for span_iterator in C++17. 2016-10-09 18:01:46 -06:00
string_span [#391] string_length: Remove use of strnlen and use consistent length type. 2016-10-17 12:41:24 -07:00