HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
fstream_mingw.h File Reference

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>
+ Include dependency graph for fstream_mingw.h:

Go to the source code of this file.

Detailed Description

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.