yaml-cpp/util/value.cpp

9 lines
83 B
C++

#include "yaml-cpp/value/value.h"
int main()
{
YAML::Value value;
return 0;
}