forked from OSchip/llvm-project
This patch qualifies calls to ref and cref inside ref(reference_wrapper<T>) and cref(reference_wrapper<T>), respectively. These previously unqualified calls could break in the presence of user functions called ref/cref inside associated namespaces: https://gcc.godbolt.org/z/8VfprT Fixes PR44398. Differential Revision: https://reviews.llvm.org/D74287 |
||
|---|---|---|
| .. | ||
| refwrap.access | ||
| refwrap.assign | ||
| refwrap.const | ||
| refwrap.helpers | ||
| refwrap.invoke | ||
| type.pass.cpp | ||
| type_properties.pass.cpp | ||
| unwrap_ref_decay.pass.cpp | ||
| unwrap_reference.pass.cpp | ||
| weak_result.pass.cpp | ||