Open
Description
This check is expected to show warning in this function:
std::reference_wrapper<const S> fn_wrapper(const S &a) {
return a;
}
But it didn't. Full snippet
This check is expected to show warning in this function:
std::reference_wrapper<const S> fn_wrapper(const S &a) {
return a;
}
But it didn't. Full snippet