Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 98d98e2

Browse files
authored
Merge pull request lewissbaker#77 from think-cell/correct_file_write
Correct file_write_operation's friend class
2 parents 53d4a06 + a4d2c7b commit 98d98e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/cppcoro/file_write_operation.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ namespace cppcoro
6666

6767
private:
6868

69-
friend class cppcoro::detail::win32_overlapped_operation<file_write_operation>;
69+
friend class cppcoro::detail::win32_overlapped_operation_cancellable<file_write_operation_cancellable>;
7070

7171
bool try_start() noexcept;
7272
void cancel() noexcept;

0 commit comments

Comments
 (0)