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

Reboot #5312: fix Issue 15450 - ICE during CTFE of legit function #5336

Merged
merged 1 commit into from
Jan 8, 2016

Conversation

WalterBright
Copy link
Member

Same as Kenji's #5312 but without the refactoring.

@dlang-bot
Copy link
Contributor

Fix Bugzilla Description
15450 ICE during CTFE of legit function

@@ -2738,7 +2736,7 @@ public:
Parameter p = Parameter.getNth(tfld.parameters, 0);
if (p.type && p.type.ty == Tdelegate)
{
Type t = p.type.semantic(loc, sc);
Type t = p.type.semantic(loc, sc2);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

auto? (since I see other new code is using it)

@andralex
Copy link
Member

andralex commented Jan 8, 2016

Auto-merge toggled on

andralex added a commit that referenced this pull request Jan 8, 2016
Reboot #5312: fix Issue 15450 - ICE during CTFE of legit function
@andralex andralex merged commit a540e39 into dlang:master Jan 8, 2016
@WalterBright WalterBright deleted the reboot5313 branch January 8, 2016 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants