We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a483d6a commit 5309f51Copy full SHA for 5309f51
1 file changed
source/mir/string_map.d
@@ -1072,7 +1072,7 @@ struct StringMap(T)
1072
}
1073
1074
import std.traits: isAssociativeArray, isAggregateType;
1075
- static if (!isAssociativeArray!(.basicElementType!T) && (!isAggregateType!(.basicElementType!T) || __traits(hasMember, .basicElementType!T, "opCmp")))
+ // static if (!isAssociativeArray!(.basicElementType!T) && (!isAggregateType!(.basicElementType!T) || __traits(hasMember, .basicElementType!T, "opCmp")))
1076
/// `opCmp` Implementation. Doesn't depend on order
1077
int opCmp()(ref scope const typeof(this) rhs) scope const @trusted // pure nothrow @nogc
1078
{
0 commit comments