HDK
|
Utilities for dealing with fstream on MingW. Basically accepting wchar_t* filenames in the std::ifstream::open function is a Windows MSVC extension and does not work on MingW. This file implements ifstream and ofstream so that they work with UTF-16 filenames. More...
#include <cassert>
#include <istream>
#include <ostream>
Go to the source code of this file.
Utilities for dealing with fstream on MingW. Basically accepting wchar_t* filenames in the std::ifstream::open function is a Windows MSVC extension and does not work on MingW. This file implements ifstream and ofstream so that they work with UTF-16 filenames.
Definition in file fstream_mingw.h.