Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
yaml-cpp
Commits
fcbec237
"docs/source/en/api/pipelines/stable_diffusion/overview.md" did not exist on "83f8a5ff70d9305735b23131ed2015d3db0e7422"
Commit
fcbec237
authored
Jan 24, 2015
by
Jesse Beder
Browse files
Add conversion for signed char
parent
c324bf8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
include/yaml-cpp/node/convert.h
include/yaml-cpp/node/convert.h
+1
-0
No files found.
include/yaml-cpp/node/convert.h
View file @
fcbec237
...
@@ -130,6 +130,7 @@ YAML_DEFINE_CONVERT_STREAMABLE_UNSIGNED(unsigned long);
...
@@ -130,6 +130,7 @@ YAML_DEFINE_CONVERT_STREAMABLE_UNSIGNED(unsigned long);
YAML_DEFINE_CONVERT_STREAMABLE_UNSIGNED
(
unsigned
long
long
);
YAML_DEFINE_CONVERT_STREAMABLE_UNSIGNED
(
unsigned
long
long
);
YAML_DEFINE_CONVERT_STREAMABLE_SIGNED
(
char
);
YAML_DEFINE_CONVERT_STREAMABLE_SIGNED
(
char
);
YAML_DEFINE_CONVERT_STREAMABLE_SIGNED
(
signed
char
);
YAML_DEFINE_CONVERT_STREAMABLE_UNSIGNED
(
unsigned
char
);
YAML_DEFINE_CONVERT_STREAMABLE_UNSIGNED
(
unsigned
char
);
YAML_DEFINE_CONVERT_STREAMABLE_SIGNED
(
float
);
YAML_DEFINE_CONVERT_STREAMABLE_SIGNED
(
float
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment