"research/street/python/errorcounter_test.py" did not exist on "43dad80002d008f8c0d70718a9c88dce5a56eb21"
Commit fcbec237 authored by Jesse Beder's avatar Jesse Beder
Browse files

Add conversion for signed char

parent c324bf8a
......@@ -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);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment