We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 691f6f8 commit 23c4cedCopy full SHA for 23c4ced
strings/base_implements.h
@@ -801,7 +801,7 @@ namespace winrt::impl
801
struct WINRT_IMPL_EMPTY_BASES root_implements_composable_inner
802
{
803
protected:
804
- static constexpr inspectable_abi* outer() noexcept { return nullptr; }
+ static inspectable_abi* outer() noexcept { return nullptr; }
805
806
template <typename, typename, typename>
807
friend class produce_dispatch_to_overridable_base;
0 commit comments