You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, there are no clear plans for what changes C++/WinRT will undergo in the future. I believe C++/WinRT could be improved in the following areas:
Currently, there are no clear plans for what changes C++/WinRT will undergo in the future. I believe C++/WinRT could be improved in the following areas:
wcstring_viewtype to address critical issue Bug: Undefined behavior in param::hstring(std::wstring_view #1569, which is a breaking change.array_viewtostd::span, which is a breaking change and requires C++20.std::atomic_refinstead of raw synchronization intrinsics to simplify code, which is requires C++20.hstring'svalue_typetochar16_tfor consistency withbox_value(which does not acceptwchar_t), which is a breaking change.uninit_apartmentand provide a RAII class to uninitialize COM, which is a breaking change.Which of these will be accepted and which will not? Which belong to C++/WinRT 3.0 and which belong to C++/WinRT 4.0?