Need help applying MinGW patches for std string, getting unexpected ends
问题 I'm trying to apply these patches: http://tehsausage.com/mingw-to-string So that I can use std string stuff that I should have access to anyways. I have MinGW 4.7.2, and at first, I tried copying the zip files with no luck. Now I'm trying to manually apply the patches. I copied the patch information into a file.patch, placed it in the same folder as the file I am patching, and ran patch < file.patch and then I get: patching file stdio.h patch unexpectedly ends in middle of line Hunk #1 FAILED