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
e6b3a92e
Commit
e6b3a92e
authored
Oct 02, 2019
by
Andy Maloney
Committed by
Jesse Beder
Oct 02, 2019
Browse files
Use cassert instead of old assert.h (#750)
parent
47d32aad
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
src/node_data.cpp
src/node_data.cpp
+1
-1
src/nodebuilder.cpp
src/nodebuilder.cpp
+0
-1
No files found.
src/node_data.cpp
View file @
e6b3a92e
#include <assert
.h
>
#include <
c
assert>
#include <iterator>
#include <iterator>
#include <sstream>
#include <sstream>
...
...
src/nodebuilder.cpp
View file @
e6b3a92e
#include <assert.h>
#include <cassert>
#include <cassert>
#include "nodebuilder.h"
#include "nodebuilder.h"
...
...
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