Artelnics / opennn

OpenNN - Open Neural Networks Library
http://www.opennn.net
GNU Lesser General Public License v3.0
1.12k stars 354 forks source link

ofstream is ambiguous #262

Closed adventurist closed 1 year ago

adventurist commented 1 year ago

Current master commit: 5a988bf4e97b0c95cc49a29a109b22b26812f547 Compiler: g++ (Ubuntu 11.2.0-19ubuntu1) 11.2.0

Error:

optimization_algorithm.cpp:534:5: error: reference to ‘ofstream’ is ambiguous
  534 |     ofstream file;

Assuming that is supposed to be std::ofstream

davidge807 commented 1 year ago

Solved in dev branch.