Skip to content

Commit

Permalink
Fix missing typename.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoskuil committed Jul 7, 2024
1 parent e2af47e commit ae27c5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ namespace system {

// private/static
template <typename IStream>
inline byte_reader<IStream>::memory_resource*
inline typename byte_reader<IStream>::memory_resource*
byte_reader<IStream>::default_allocator() NOEXCEPT
{
return std::pmr::get_default_resource();
Expand Down

0 comments on commit ae27c5f

Please sign in to comment.