The following program:
#include <iostream>
#include "yaml-cpp/yaml.h"
int main()
{
YAML::Node doc;
std::cout << doc << "\n";
return 0;
}
crashes on the line with cout.
This is using version 0.5.1.
Original issue reported on code.google.com by jbe...@gmail.com on 10 Jul 2013 at 1:11
Original issue reported on code.google.com by
jbe...@gmail.com
on 10 Jul 2013 at 1:11