Skip to content

Commit

Permalink
Merge pull request #4279 from JackStouffer/issue15980
Browse files Browse the repository at this point in the history
Fix Issue 15980: std.traits.Identity is undocumented but public
  • Loading branch information
DmitryOlshansky committed May 5, 2016
2 parents adda36d + 3a32279 commit edd157a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/traits.d
Original file line number Diff line number Diff line change
Expand Up @@ -3257,7 +3257,7 @@ unittest
static assert( hasElaborateDestructor!S7);
}

alias Identity(alias A) = A;
package alias Identity(alias A) = A;

/**
Yields $(D true) if and only if $(D T) is an aggregate that defines
Expand Down

0 comments on commit edd157a

Please sign in to comment.