Herb Sutter
Herb Sutter
Are profile names the only way of selecting multiple rules in a single `tag` inside `gsl::suppress`?
Editors call: Yes, those three profile names are the only exceptions to that suppress must give a single rule number.
Editors call: Yes, we should add a note to the GSL specification that `copy(span, span)` be provided in GSL.
Editors call: We don't make rules about things that compilers routinely warn about, but we just tried this and were surprised to discover that major compilers do not warn about...
Editors call: We think the correct fix is to extend the 5th Enforcement bullet as follows: - Flag when std::move is applied to other than an rvalue reference to non-const...
Update: No major compiler warns on this even at high warning levels (tried MSVC, Clang, GCC, Intel). How about that. Good catch, thank you for the suggestion.
Editors call: The HTML tags are an implementation detail, but the names should also be visible to the reader. We'll address this together with #2046.
Editors call: Thanks!
Editors call: Sorry for the lag on this. The answer is that. - Item numbers are for users, and users should suppress by item number. For example for I.13, the...
Editors call: We will consider this in connection with #2044 and #2048.