Moon Flame
Moon Flame
### Version of Marp Tool marp-vscode 2.6.0 ### Operating System Windows ### Environment vs code about: Version: 1.79.2 (system setup) Commit: 695af097c7bd098fbf017ce3ac85e09bbc5dda06 Date: 2023-06-14T08:57:04.379Z Electron: 22.5.7 Chromium: 108.0.5359.215 Node.js: 16.17.1...
``` std::fstream fs(simplePath, std::ios::app); ``` File existence check using fstream with ios::app is implemented as a workaround because: - ifstream::good() incorrectly handles directories on Unix-like systems - adds platform-specific dependencies...
I created a sample repository to demonstrate this issue, in which there are two header files with the same name `same_name.h`, one of which will not be resolved by SimpleCpp....