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

optimization_algorithm.cpp Line 534 needs to be std::ofstream #268

Closed echo-luna closed 1 year ago

echo-luna commented 1 year ago

Line 534 of optimization_algorithm.cpp needs its namespace defined; throws errors in mingw32-make ofstream file; -> std::ofstream file; compiler: mingw-w64-x86_64-gcc 12.1.0-2 used: cmake-gui, mingw32-make

davidge807 commented 1 year ago

Duplicated of #267