Skip to content

[simpleble] Use C++20 on Windows. - #51812

Merged
Victor Romero (vicroms) merged 1 commit into
microsoft:masterfrom
BillyONeal:simpleble-msvc-1951
May 16, 2026
Merged

[simpleble] Use C++20 on Windows.#51812
Victor Romero (vicroms) merged 1 commit into
microsoft:masterfrom
BillyONeal:simpleble-msvc-1951

Conversation

@BillyONeal

Copy link
Copy Markdown
Member

Avoids <winrt/base.h> dragging in <experimental/coroutine> which emits errors on MSVC 19.51+ because <experimental/coroutine> has been deprecated in favor of C++20 coroutines.

Avoids <winrt/base.h> dragging in <experimental/coroutine> which emits errors on MSVC 19.51+ because <experimental/coroutine> has been deprecated in favor of C++20 coroutines.
@BillyONeal Billy O'Neal (BillyONeal) changed the title [simpble] Use C++20 on Windows. [simpleble] Use C++20 on Windows. May 16, 2026
@BillyONeal

Copy link
Copy Markdown
Member Author

Submitted upstream: simpleble/simpleble#476

@vicroms
Victor Romero (vicroms) merged commit 35a62dd into microsoft:master May 16, 2026
16 checks passed
@BillyONeal
Billy O'Neal (BillyONeal) deleted the simpleble-msvc-1951 branch May 18, 2026 18:49
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