Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
am11 committed May 30, 2024
1 parent 99c0f4a commit ea8f7bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/jit/jitstd/allocator.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class allocator
template <typename U>
struct rebind
{
typedef allocator<U> allocator;
typedef class allocator<U> allocator;
};

private:
Expand Down

0 comments on commit ea8f7bc

Please sign in to comment.