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
Going based off source history, it looks like call_changed has existed since the very first commits; I did not add them. That aside, I don't see any reason why call_changed can't be protected in both types.
Version
C++/WinRT v2.0.220110.5
Summary
Dear all,
winrt::observable_vector_base::call_changed
is declared protected, whilewinrt::observable_map_base::call_changed
is declared private.Propose to change the latter to the way it is declared in the former.
Kind regard,
Felix
Reproducible example
No response
Expected behavior
winrt::observable_map_base::call_changed
should be possible to access from a derived class.Actual behavior
Cannot access
winrt::observable_map_base::call_changed
from a derived class.Additional comments
No response
The text was updated successfully, but these errors were encountered: