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.
Details
Details
- Reviewers
mclow.lists compnerd EricWF
Diff Detail
Diff Detail
Differential D24105
[libc++] Limit gets to CRT versions below 14 smeenai on Aug 31 2016, 3:36 PM. Authored by
Details
Microsoft removed gets from the CRT in Visual Studio 2015 onwards [1].
Diff Detail |