Skip to content

Commit

Permalink
updates to new alias syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
burner committed May 28, 2015
1 parent 61abc17 commit e6ce6b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/conv.d
Expand Up @@ -5557,7 +5557,7 @@ unittest
private auto hexStrImpl(String)(String hexData)
{
import std.ascii;
alias Unqual!(ElementEncodingType!String) C;
alias C = Unqual!(ElementEncodingType!String);
C[] result;
result.length = hexData.length / 2;
size_t cnt;
Expand Down

0 comments on commit e6ce6b0

Please sign in to comment.