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 2 additions and 0 deletions
Showing only changes of commit f76d908325 - Show all commits

View File

@ -124,6 +124,8 @@ export namespace coral {
bool can_write; bool can_write;
}; };
virtual ~fs() = 0;
/** /**
* 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
* `then` if it was successfully opened for reading. * `then` if it was successfully opened for reading.