GSL/include/gsl
beinhaerter 3ff6004bc3 added const (#605)
Resolves compiler code analysis warning ...\gsl\include\gsl\string_span(101): warning C26496: The variable 'str_span' is assigned only once, mark it as const (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969).
2018-02-11 12:19:10 -08:00
..
gsl added gsl_algorithm and gsl_byte headers to main gsl header (#594) 2017-12-04 09:18:40 -08:00
gsl_algorithm Applied iwyu --comment to the code base (#588) 2017-11-28 07:13:49 -08:00
gsl_assert Don't use clang's __builtin_assume as an optimizer hint (#608) 2018-02-11 12:16:39 -08:00
gsl_byte Remove #pragma once (#545) (#570) 2017-11-14 08:38:16 -08:00
gsl_util rename final_act to final_action (#579) 2017-11-28 07:20:32 -08:00
multi_span Remove std::iterator inheritance from multi_span (#591) 2017-11-28 07:15:34 -08:00
pointers Applied iwyu --comment to the code base (#588) 2017-11-28 07:13:49 -08:00
span Make iterator access functions on span constexpr (#612) 2018-02-10 21:11:08 -08:00
string_span added const (#605) 2018-02-11 12:19:10 -08:00