ifstream and ofstream to std::

This commit is contained in:
Erik Frojdh
2018-05-24 14:27:01 +02:00
parent 12832a3a96
commit b78b8425fd
2 changed files with 9 additions and 9 deletions

View File

@ -55,8 +55,8 @@
#include <string>
// using std::string;
using std::ofstream;
using std::ifstream;
// using std::ofstream;
// using std::ifstream;
// using namespace std;
/**