-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Recent gcc versions are not getting any better handling multiple co_await's and object initialization: when tried to enable CI for more recent compiler versions (gcc-13 & gcc-14), I (again) stumbled upon a triggered assert in AwaitableStateChecker. Rewrite this as a series of statements to work around the bug. Also while I'm here, fix format strings used in tests.
- Loading branch information
1 parent
a97a5db
commit cd5db85
Showing
1 changed file
with
17 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters