Skip to content

Commit

Permalink
Remove logic based on __cpp_coroutines
Browse files Browse the repository at this point in the history
  • Loading branch information
ned14 committed Apr 26, 2023
1 parent db71c15 commit 59ae152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/outcome/detail/coroutine_support.ipp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Distributed under the Boost Software License, Version 1.0.
#endif
#endif

#if OUTCOME_COROUTINE_HEADER_TYPE && (__cpp_impl_coroutine || (defined(_MSC_VER) && __cpp_coroutines) || (defined(__clang__) && __cpp_coroutines))
#if OUTCOME_COROUTINE_HEADER_TYPE && (__cpp_impl_coroutine || (defined(_MSC_VER) && __cpp_coroutines))
#ifndef OUTCOME_HAVE_NOOP_COROUTINE
#if defined(__has_builtin)
#if __has_builtin(__builtin_coro_noop) || (!defined(__clang__) && __GNUC__ >= 10)
Expand Down

0 comments on commit 59ae152

Please sign in to comment.