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 712b490894 - Show all commits

View File

@ -137,7 +137,7 @@ export namespace coral {
/** /**
* Returns the [io_rules] that this file system interface abides by. * Returns the [io_rules] that this file system interface abides by.
*/ */
virtual io_rules rules() = 0; virtual io_rules rules() const = 0;
/** /**
* Attempts to write the file in the file system located at `file_path` relative, calling * Attempts to write the file in the file system located at `file_path` relative, calling