Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 3559 - DMD 1.048+ fails to take function pointer from overloaded member functions #711

Merged
merged 1 commit into from
Feb 20, 2012

Conversation

yebblies
Copy link
Member

TypeClass::dotExp incorrectly marks the DotIdExp as having no overloads, and casting a DelegateExp incorrectly needs to mark it as not overloaded if any in the overload list match.

http://d.puremagic.com/issues/show_bug.cgi?id=3559

…d member functions

Properly search for the correct overload instead of returning the wrong function.
WalterBright added a commit that referenced this pull request Feb 20, 2012
Issue 3559 - DMD 1.048+ fails to take function pointer from overloaded member functions
@WalterBright WalterBright merged commit 35c67b1 into dlang:master Feb 20, 2012
braddr pushed a commit to braddr/dmd that referenced this pull request Oct 22, 2012
Fix for issue# 8398. (enforceEx cannot be used with OutOfMemoryError)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants