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

Standard library header <codecvt> is removed in C++17 #303

Open shleym2000 opened 1 month ago

shleym2000 commented 1 month ago

This change would allow OpenNN to continue evolving into higher C++ standards.

Here it gets replaced with Windows equivalent. Code for replacement function is found on https://stackoverflow.com/questions/42946335/deprecated-header-codecvt-replacement

shleym2000 commented 1 month ago

This PR also closes https://github.com/Artelnics/opennn/issues/292 issue.