Skip to content

Prevents coroutine examples from hanging in C++17 builds#404

Merged
anarthal merged 2 commits intoboostorg:developfrom
anarthal:bugfix/fix-cpp17-examples-hanging
Apr 4, 2026
Merged

Prevents coroutine examples from hanging in C++17 builds#404
anarthal merged 2 commits intoboostorg:developfrom
anarthal:bugfix/fix-cpp17-examples-hanging

Conversation

@anarthal
Copy link
Copy Markdown
Collaborator

Fixes an ODR violation that caused C++20 examples to hang indefinitely in C++17 builds. This was caused by mixing code using -std=c++17 and -std=c++20 in different translation units.

@anarthal anarthal requested a review from mzimbres March 29, 2026 10:48
@anarthal
Copy link
Copy Markdown
Collaborator Author

This fixes a set of CI failures that have been happening for the last weeks.

@anarthal anarthal merged commit 678c5c5 into boostorg:develop Apr 4, 2026
17 checks passed
@anarthal anarthal deleted the bugfix/fix-cpp17-examples-hanging branch April 4, 2026 09:05
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.

1 participant