This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Limit gets to CRT versions below 14
ClosedPublic

Authored by smeenai on Aug 31 2016, 3:36 PM.

Details

Summary

Microsoft removed gets from the CRT in Visual Studio 2015 onwards [1].
Attempting to reference it when targeting CRT versions 14 and above will
cause compile errors.

[1] https://msdn.microsoft.com/en-us/library/2029ea5f.aspx

Diff Detail

Event Timeline

smeenai updated this revision to Diff 69913.Aug 31 2016, 3:36 PM
smeenai retitled this revision from to [libc++] Limit gets to CRT versions below 14.
smeenai updated this object.
smeenai added reviewers: compnerd, EricWF, mclow.lists.
smeenai added subscribers: cfe-commits, kastiglione.
compnerd accepted this revision.Aug 31 2016, 3:49 PM
compnerd edited edge metadata.
This revision is now accepted and ready to land.Aug 31 2016, 3:49 PM
compnerd closed this revision.Sep 1 2016, 2:17 PM

SVN r280417