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
@devillove084 spent a lot of time getting folly to work in CI. Would you like to add this to the documentation so our users can use folly on their own?
The text was updated successfully, but these errors were encountered:
As far as I know, the docs in README is out-of-date:
You will need a C++ compiler that implements the coroutines TS, which generally coincides with support for C++20. Some C++ compilers (e.g. Apple clang 13.0.0) that implement the coroutines TS crash when compiling Folly. It's also recommended to use libc++ instead of libstdc++, as the former has more complete support for coroutines.
@devillove084 spent a lot of time getting
folly
to work in CI. Would you like to add this to the documentation so our users can usefolly
on their own?The text was updated successfully, but these errors were encountered: