diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2015-04-15 13:26:32 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2015-04-15 13:26:32 -0400 |
commit | e9be710daf3d1135f732632d09007920e1d0ff81 (patch) | |
tree | 1e695f44ef020bf59c745a2317484ce13fee9c29 /.hgignore | |
parent | 9dbea04a5023d33ebac66463dd51b7050b7f41ab (diff) |
Strip down the Windows ll[io]fstream implementations to constructors
and open() methods. The only remaining value added by ll[io]fstream over
std::[io]stream is proper handling of non-ASCII pathnames, which can be done
by deriving from std::[io]stream, converting pathname strings and passing them
to the corresponding base-class methods.
This is only necessary on Windows. On Posix, ll[io]fstream are already
typedefs for std::[io]fstream.
This change removes a significant volume of cruft from llfile.{h,cpp}.
Diffstat (limited to '.hgignore')
0 files changed, 0 insertions, 0 deletions