g++ -Wall -std=c++17 -mpopcnt -pthread -lstdc++ -lm -mavx2 -O3 -march=native -flto=auto -DEVALFILE=\"C:/Users/kiere/OneDrive/Documents/Repos/Openbench/Client/Networks/868F1F65\" *.cpp fathom/tbprobe.cpp -DNDEBUG -D_BTYPE=0 -DSYZYGY_SUPPORT=TRUE -DUSE_AVX2=1 -o Igel-BBC5C672-868F1F65
gen.cpp: In member function 'void Generator::onGenerate()':
gen.cpp:41:10: error: 'replace' is not a member of 'std'
   41 |     std::replace(str.begin(), str.end(), '\n', ' ');
      |          ^~~~~~~
make: *** [makefile:34: basic] Error 1