Skip to content

Commit 1b3022e

Browse files
committed
add comment
1 parent cdfe705 commit 1b3022e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/mir/string_map.d

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ struct StringMap(T, U = uint)
4040
private Impl* implementation;
4141

4242
///
43+
// current implementation is workaround for linking bugs when used in self referencing algebraic types
4344
bool opEquals(const StringMap rhs) const
4445
{
4546
if (keys != rhs.keys)

0 commit comments

Comments
 (0)