We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdfe705 commit 1b3022eCopy full SHA for 1b3022e
source/mir/string_map.d
@@ -40,6 +40,7 @@ struct StringMap(T, U = uint)
40
private Impl* implementation;
41
42
///
43
+ // current implementation is workaround for linking bugs when used in self referencing algebraic types
44
bool opEquals(const StringMap rhs) const
45
{
46
if (keys != rhs.keys)
0 commit comments