g++ -Wall -std=c++17 -mpopcnt -pthread -mavx2 -O3 -march=native -flto -DEVALFILE=\"/home/doruk/ProgrammingProjects/OpenBench/Client/Networks/D513F3B7\" *.cpp fathom/tbprobe.cpp -DNDEBUG -D_BTYPE=0 -DSYZYGY_SUPPORT=TRUE -DUSE_AVX2=1 -o Igel-2358EDE1-D513F3B7
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:35: basic] Error 1