You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,10 +85,6 @@ proposal.
85
85
It has been open-sourced in the hope that others will find it useful and that the C++ community
86
86
can provide feedback on it and ways to improve it.
87
87
88
-
It requires a compiler that supports the coroutines TS:
89
-
- Windows + Visual Studio 2017 [](https://ci.appveyor.com/project/lewissbaker/cppcoro/branch/master)
90
-
- Linux + Clang 5.0/6.0 + libc++ [](https://travis-ci.org/lewissbaker/cppcoro)
91
-
92
88
The Linux version is functional except for the `io_context` and file I/O related classes which have not yet been implemented for Linux (see issue [#15](https://github.com/lewissbaker/cppcoro/issues/15) for more info).
0 commit comments