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
8fcd09f3
Commit
8fcd09f3
authored
Aug 24, 2009
by
jbeder
Browse files
Cleaned up
parent
2c4a7cf5
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
include/nodeutil.h
include/nodeutil.h
+1
-1
include/null.h
include/null.h
+2
-1
No files found.
include/nodeutil.h
View file @
8fcd09f3
...
...
@@ -33,7 +33,7 @@ namespace YAML
MAKE_INDEX_TYPE
(
long
);
MAKE_INDEX_TYPE
(
unsigned
long
);
#undef MAKE_INDEX_TYPE
;
#undef MAKE_INDEX_TYPE
template
<
typename
T
>
struct
is_index_type
:
public
is_index_type_with_check
<
T
,
false
>
{};
...
...
include/null.h
View file @
8fcd09f3
...
...
@@ -18,3 +18,4 @@ namespace YAML
}
#endif // NULL_H_62B23520_7C8E_11DE_8A39_0800200C9A66
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