Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.

Experimental MSVCRT 14 (VS 2015) support #17

Closed
wants to merge 2 commits into from

Conversation

kinke
Copy link
Member

@kinke kinke commented Feb 27, 2015

MS mainly focused on stdio.h in their upcoming C runtime. It provides important C99 fixes, see http://blogs.msdn.com/b/vcblog/archive/2014/06/18/crt-features-fixes-and-breaking-changes-in-visual-studio-14-ctp1.aspx. E.g., it fixes ldc-developers/ldc#761 with no additional changes.

Please note that you'll have to uncomment the version = LDC_MSVCRT14; lines in src/core/stdc/stdio.d and src/rt/dmain2.d to enable MSVCRT 14 support.

@kinke
Copy link
Member Author

kinke commented May 23, 2015

Superseded by #29.

@kinke kinke closed this May 23, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Win64] real constants parsed as 0
1 participant