Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yaml-cpp
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
yaml-cpp
Commits
8e636436
Commit
8e636436
authored
Aug 24, 2009
by
Jesse Beder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleaned up
parent
8c33523b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
include/nodeutil.h
+1
-1
include/null.h
+2
-2
No files found.
include/nodeutil.h
View file @
8e636436
...
...
@@ -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 @
8e636436
...
...
@@ -17,4 +17,5 @@ namespace YAML
extern
_Null
Null
;
}
#endif // NULL_H_62B23520_7C8E_11DE_8A39_0800200C9A66
\ No newline at end of file
#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