Closed damb closed 2 years ago
Use std::ofstream, instead. Note that the boost/filesystem/fstream.hpp is not included automatically (boost::filesystem>=1.79).
std::ofstream
boost/filesystem/fstream.hpp
boost::filesystem>=1.79
Closes #112.
Use
std::ofstream
, instead. Note that theboost/filesystem/fstream.hpp
is not included automatically (boost::filesystem>=1.79
).Closes #112.