Vladimir Glavnyy
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created "parameter <X> may be const" for an object of a class with constexpr methods only
I have code like this:gsl::span<const uint8_t> arr_view;gsl::span: https://github.com/Microsoft/GSL/blob/master/include/gsl/span The same problem with gsl::cstring_span<>. The gsl::span<> is templa...