Skip to content

Commit

Permalink
Remove opIndexAssign from test for now
Browse files Browse the repository at this point in the history
opIndexAssign is part of the functions that pass comnst reference parameters.
and currently, D cannot bind to such functions due to a subtitution error.
this issue has been reported and currently work is being done on fixing.
issue here: https://forum.dlang.org/post/[email protected]
  • Loading branch information
Emmanuel Nyarko authored and Emmanuel Nyarko committed May 17, 2024
1 parent 1b717eb commit d948461
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/stdcpp/test/map.d
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ import stdcpp.map;
unittest
{
auto mymap = Map!(int, char).make();
mymap.opIndexAssign(4, 'a');
}

0 comments on commit d948461

Please sign in to comment.