We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9300814 commit 3e190e8Copy full SHA for 3e190e8
rpp/pos/files_pos.cpp
@@ -37,7 +37,7 @@ namespace rpp::Files {
37
return Opt{rpp::move(data)};
38
}
39
40
-[[nodiscard]] bool write(String_View path_, Slice<u8> data) noexcept {
+[[nodiscard]] bool write(String_View path_, Slice<const u8> data) noexcept {
41
42
int fd = -1;
43
Region(R) {
0 commit comments