Commit Graph
1 Commits
Author SHA1 Message Date
Jonathan Wakely 69f820bb3d Qualify std::ifstream and std::ofstream
Starting with Boost 1.60.0 <boost/filesystem.hpp> includes
<boost/filesystem/fstream.hpp>, which declares ifstream and ofstream
types that make the unqualified names ifstream and ofstream ambiguous.
The names must be qualified to refer to the std versions.
2015-11-26 16:27:52 +00:00