MicrosoftDocs / winrt-api

WinRT reference content for developing Microsoft Universal Windows Platform (UWP) apps
Creative Commons Attribution 4.0 International
227 stars 493 forks source link

IIterator<>::GetMany() is incomplete, the C++ WinRT version is wrong #1801

Open ChrisGuzak opened 3 years ago

ChrisGuzak commented 3 years ago

Choose the "C++ WinRT" language, notice...

std::Array<> is not a thing, in C++ WinRT this is winrt::array_view<>. The other languages seem to have issues too.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

stevewhims commented 3 years ago

We're tracking this internally via 296915 [meriwether] C++/WinRT: for IIterator.GetMany, the syntax block is not showing the correct types (originally filed 9/4/2020).

Recommend closing this issue.

-Steve