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
5139ebf7
Commit
5139ebf7
authored
May 22, 2009
by
Jesse Beder
Browse files
Added emitter headers to yaml.h
parent
b51a32ae
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
8 deletions
+2
-8
include/yaml.h
include/yaml.h
+2
-1
yaml-reader/main.cpp
yaml-reader/main.cpp
+0
-3
yaml-reader/tests.cpp
yaml-reader/tests.cpp
+0
-4
No files found.
include/yaml.h
View file @
5139ebf7
...
...
@@ -4,5 +4,6 @@
#include "parser.h"
#include "node.h"
#include "iterator.h"
#include "emitter.h"
#include "stlemitter.h"
#include "exceptions.h"
yaml-reader/main.cpp
View file @
5139ebf7
...
...
@@ -4,9 +4,6 @@
#include <iostream>
#include <cstring>
#include "emitter.h"
#include "stlemitter.h"
void
run
()
{
std
::
ifstream
fin
(
"tests/test.yaml"
);
...
...
yaml-reader/tests.cpp
View file @
5139ebf7
#include "yaml.h"
#include "tests.h"
#include "parser.h"
#include "emitter.h"
#include "stlemitter.h"
#include "exceptions.h"
#include <fstream>
#include <sstream>
#include <vector>
...
...
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