Closed aytey closed 5 months ago
Fix the following example
namespace Moo { namespace Quack { namespace Oink { class Honk { public: void foo(void) {} void foo(int) {} void foo(long) {} }; } // namespace Oink } // namespace Quack } // namespace Moo
where the incorrect function pointer type was constructed.
No tests as it needs the API access.
Fix the following example
where the incorrect function pointer type was constructed.
No tests as it needs the API access.