Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

treewide: do not check for SEASTAR_COROUTINES_ENABLED #2253

Closed
wants to merge 1 commit into from

Conversation

tchaikov
Copy link
Contributor

since we've dropped the support for C++17, and we even started using C++20 coroutines in 1d56a1d unconditionally in the implementation of Seastar, there is no need to check the support of coroutine anymore.

so, in this change, we

  • stop check and define SEASTAR_COROUTINES_ENABLED
  • do not check SEASTAR_COROUTINES_ENABLED
  • drop the code for handling the case where SEASTAR_COROUTINES_ENABLED is not defined.

since we've dropped the support for C++17, and we even started using
C++20 coroutines in 1d56a1d unconditionally in the implementation
of Seastar, there is no need to check the support of coroutine anymore.

so, in this change, we

* stop check and define SEASTAR_COROUTINES_ENABLED
* do not check SEASTAR_COROUTINES_ENABLED
* drop the code for handling the case where SEASTAR_COROUTINES_ENABLED
  is not defined.

Signed-off-by: Kefu Chai <[email protected]>
@nyh nyh closed this in 1be9785 May 19, 2024
@tchaikov tchaikov deleted the stop-checking-coroutine branch May 19, 2024 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants