-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correctly stream out quantities with a char Rep (#218)
Quantities that have a `char` `Rep` will have the resulting raw number streamed as a `char`. Given that a Quantity is a number, users would expect that a the value would be streamed as the integral number, not interpreted as a character code.
- Loading branch information
1 parent
4ab84ce
commit 5c65e4f
Showing
2 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters