Skip to content

Commit 23c4ced

Browse files
authored
Improve GCC compatibility (#1352)
1 parent 691f6f8 commit 23c4ced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

strings/base_implements.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ namespace winrt::impl
801801
struct WINRT_IMPL_EMPTY_BASES root_implements_composable_inner
802802
{
803803
protected:
804-
static constexpr inspectable_abi* outer() noexcept { return nullptr; }
804+
static inspectable_abi* outer() noexcept { return nullptr; }
805805

806806
template <typename, typename, typename>
807807
friend class produce_dispatch_to_overridable_base;

0 commit comments

Comments
 (0)