Closed edvn0 closed 1 year ago
This simple patch allows for compiling on latest gen compilers. We remove stdc++fs and improve std::filesystem::path -> std::string conversion. Also use std::ifstream over FILE 😊
Please also rebase.
Rebased and rewrote to use std::filesystem::file_size.
std::filesystem::file_size
This simple patch allows for compiling on latest gen compilers. We remove stdc++fs and improve std::filesystem::path -> std::string conversion. Also use std::ifstream over FILE 😊