![]() 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 |
||
---|---|---|
.. | ||
cref.incomplete.pass.cpp | ||
cref_1.pass.cpp | ||
cref_2.pass.cpp | ||
ref.incomplete.pass.cpp | ||
ref_1.fail.cpp | ||
ref_1.pass.cpp | ||
ref_2.pass.cpp |