Skip to content

Commit

Permalink
Issue 5236 - [patch] std.format.formattedRead/unformatValue does not …
Browse files Browse the repository at this point in the history
…support the raw reading of integer types
  • Loading branch information
RazvanN7 committed Dec 6, 2016
1 parent 17d13e2 commit 26f4aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/format.d
Expand Up @@ -4388,7 +4388,7 @@ private T rawReadWrapper(T, Range)(ref Range input)
input.popFront();
}
}

return x.typed;

}
Expand Down

0 comments on commit 26f4aec

Please sign in to comment.