On Mon Nov 18 15:27:34 2024 +0000, Vibhav Pant wrote:
`Iterable` has two separate implementations. One is derived from `MapView<HSTRING, IInspectable *>`, while the other is from the `IPropertySet`'s `Map<HSTRING, IInspectable *>` interface. Using `DEFINE_IINSPECTABLE` for both would create a conflict for the `impl_from_IIterable_IKeyValuePair_HSTRING_IInspectable` function.
Ok, I see.