[PATCH] libc++ iostream: Clean up standard I/O stream object creation in preparation for conditionalizing streams
Marshall Clow
mclow.lists at gmail.com
Mon Mar 16 10:56:59 PDT 2015
How about we do this in two steps:
1. Move the code around w/o any functionality change.
[ i.e, Interleave the code for narrow and wide character streams. This makes it more obvious that the two pieces of code are identical. ]
2. Get rid (maybe) of the mbstates array - though I don't really see the motivation for that.
http://reviews.llvm.org/D8342
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the cfe-commits
mailing list