Skip to content

Commit

Permalink
push to again
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmanuel Nyarko authored and Emmanuel Nyarko committed Mar 8, 2024
1 parent 703d701 commit 2fcf727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/stdcpp/unordered_map.d
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ extern(C++, class) struct unordered_map(Key, value, Hash, KeyEqual, Alloc)
///
alias pointer = allocator_traits!(allocator_type).pointer;

alias _Hashtable = __ummap_hashtable!(Key, value, Hash, KeyEqual, Alloc);
alias _Hashtable = __umap_hashtable!(Key, value, Hash, KeyEqual, Alloc);

version(CppRuntime_Gcc)
{
Expand Down

0 comments on commit 2fcf727

Please sign in to comment.