C++20 Port #5

Merged
kayomn merged 35 commits from cpp-port into main 2023-02-20 02:33:45 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit eb93da95e5 - Show all commits

View File

@ -124,7 +124,7 @@ export namespace coral {
bool can_write; bool can_write;
}; };
virtual ~fs() = 0; virtual ~fs() {};
/** /**
* Attempts to read the file in the file system located at `file_path` relative, calling * Attempts to read the file in the file system located at `file_path` relative, calling