yaml-cpp icon indicating copy to clipboard operation
yaml-cpp copied to clipboard

A YAML parser and emitter in C++

Results 231 yaml-cpp issues
Sort by recently updated
recently updated
newest added

I had an issue open against my own project, that boils down to yaml-cpp providing iterators, whose `value_type` is `const`. This should not happen, values are immutable by definition*, and...