Visual Studio 2013 and onward have all the required functions in their
CRT headers, and we don't support older versions anymore.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
It's worth noting that the entirety of the deleted file was guarded by a #if ((_VC_CRT_MAJOR_VERSION-0) < 12) anyway (i.e. it would only be included on Visual Studio 2012 and below), so the code was already dead :)