mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 20:51:16 +00:00
Merged emitter branch into trunk, changes r105:r151
This commit is contained in:
@@ -4,6 +4,9 @@
|
||||
#include <iostream>
|
||||
#include <cstring>
|
||||
|
||||
#include "emitter.h"
|
||||
#include "stlemitter.h"
|
||||
|
||||
void run()
|
||||
{
|
||||
std::ifstream fin("tests/test.yaml");
|
||||
@@ -15,6 +18,9 @@ void run()
|
||||
parser.GetNextDocument(doc);
|
||||
std::cout << doc;
|
||||
}
|
||||
|
||||
// try some output
|
||||
YAML::Emitter out;
|
||||
}
|
||||
|
||||
int main(int argc, char **argv)
|
||||
|
Reference in New Issue
Block a user