Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion strings/base_string.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ namespace winrt::impl
std::atomic<std::int32_t> m_count;
};

constexpr std::uint32_t hstring_reference_flag{ 1 };
inline constexpr std::uint32_t hstring_reference_flag{ 1 };

struct hstring_header
{
Expand Down