mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Fix a typo in base-no-coroutines.patch and re-apply the patch.
PiperOrigin-RevId: 495888291
This commit is contained in:
@@ -39,6 +39,7 @@
|
||||
// If the C++ standard is cxx17, coroutines are not available in libc++.
|
||||
// To compile WinRT without coroutines, define some placeholder types.
|
||||
// These placeholders should not be used. If they are used, they should fail.
|
||||
namespace std::experimental {
|
||||
template <typename T = void>
|
||||
struct coroutine_handle {
|
||||
coroutine_handle() { throw std::logic_error("Not implemented."); }
|
||||
|
||||
Reference in New Issue
Block a user