diff options
author | Jason Merrill <jason@redhat.com> | 2020-02-13 16:56:08 +0100 |
---|---|---|
committer | Jason Merrill <jason@redhat.com> | 2020-02-13 22:32:13 +0100 |
commit | 9a0c4f5b373e236cb4af5491f50862d41fd8775a (patch) | |
tree | 2c478d716b305677a9f09433da422b1b672c01d5 /gcc/cp/class.c | |
parent | abc79c6498a99e9c39e6056f432796c6dde3a887 (diff) | |
download | gcc-9a0c4f5b373e236cb4af5491f50862d41fd8775a.zip gcc-9a0c4f5b373e236cb4af5491f50862d41fd8775a.tar.gz gcc-9a0c4f5b373e236cb4af5491f50862d41fd8775a.tar.bz2 |
c++: Fix useless using-declaration.
Here reintroducing the same declarations into the global namespace via
using-declaration is useless but OK. And a function and a function template
with the same parameters do not conflict.
gcc/cp/ChangeLog
2020-02-13 Jason Merrill <jason@redhat.com>
PR c++/93713
* name-lookup.c (matching_fn_p): A function does not match a
template.
Diffstat (limited to 'gcc/cp/class.c')
0 files changed, 0 insertions, 0 deletions