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

Fix a couple of issues wrt. Visual Studio 2015 #3304

Merged
merged 2 commits into from
May 22, 2015
Merged

Conversation

kinke
Copy link
Contributor

@kinke kinke commented May 21, 2015

No description provided.

version (CRuntime_Microsoft)
ld1 = 0x1.FFFFFFFFFFFFFFFEp-16382L; // strtold currently mapped to strtod
else version (Android)
ld1 = 0x1.FFFFFFFFFFFFFFFEp-16382L; // strtold currently mapped to strtod
Copy link
Contributor Author

Choose a reason for hiding this comment

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

These literals are for 80-bit x87 reals, that's why I guarded this block with an appropriate static if. It's not related to VS 2015.

@WalterBright
Copy link
Member

Auto-merge toggled on

WalterBright added a commit that referenced this pull request May 22, 2015
Fix a couple of issues wrt. Visual Studio 2015
@WalterBright WalterBright merged commit e283093 into dlang:master May 22, 2015
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