Skip to content

Commit

Permalink
Fix Issue 15980: std.traits.Identity is undocumented but public
Browse files Browse the repository at this point in the history
  • Loading branch information
JackStouffer committed May 3, 2016
1 parent 007abeb commit 3a32279
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 3a32279

Please sign in to comment.