microsoft / cppwinrt

C++/WinRT
MIT License
1.64k stars 238 forks source link

com_array should have a constructor accepting std::pair<uint32_t, T* const> #1426

Closed JaiganeshKumaran closed 1 month ago

JaiganeshKumaran commented 1 month ago

As winrt::detach_abi returns a pair with size and pointer, it makes sense for array_view's constructor to accept it directly.

github-actions[bot] commented 1 month ago

This issue is stale because it has been open 10 days with no activity. Remove stale label or comment or this will be closed in 5 days.