| Issue |
97768
|
| Summary |
[clang] Overloaded method satisfies `std::is_member_function_pointer` in concepts
|
| Labels |
clang
|
| Assignees |
|
| Reporter |
sigasigasiga
|
I have two very similar examples with the erroneous behavior:
1. `id-_expression_` of an overloaded method is classified as a member function pointer https://godbolt.org/z/dGqME87xT
2. Member pointer of an overloaded method is classified as a member function pointer https://gcc.godbolt.org/z/9Kah9q9zx
These similar examples are probably caused by the same problem, so one issue for both of them
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs