Skip to content

Commit

Permalink
Add conversion for signed char
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeder committed Jan 24, 2015
1 parent c324bf8 commit fcbec23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/yaml-cpp/node/convert.h
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ YAML_DEFINE_CONVERT_STREAMABLE_UNSIGNED(unsigned long);
YAML_DEFINE_CONVERT_STREAMABLE_UNSIGNED(unsigned long long);

YAML_DEFINE_CONVERT_STREAMABLE_SIGNED(char);
YAML_DEFINE_CONVERT_STREAMABLE_SIGNED(signed char);
YAML_DEFINE_CONVERT_STREAMABLE_UNSIGNED(unsigned char);

YAML_DEFINE_CONVERT_STREAMABLE_SIGNED(float);
Expand Down

0 comments on commit fcbec23

Please sign in to comment.