danmar / simplecpp

C++ preprocessor
BSD Zero Clause License
209 stars 83 forks source link

fix #381 #382

Open foryoung365 opened 3 weeks ago

foryoung365 commented 3 weeks ago
std::fstream fs(simplePath, std::ios::app);

File existence check using fstream with ios::app is implemented as a workaround because:

firewave commented 3 weeks ago

Thanks. Please give me a few days since I might be out sick.