yaml-cpp
yaml-cpp copied to clipboard
A YAML parser and emitter in C++
Hi, Thank you for maintaining `yaml-cpp`. Looking at [the implementation of `YAML::convert` and its specialization](https://github.com/jbeder/yaml-cpp/blob/da82fd982c260e7f335ce5acbceff24b270544d1/include/yaml-cpp/node/convert.h) as of b95aa14, it does not seem that `std::unordered_set` is supported yet. Is a contribution...
I know it's easy to keep the `soname` the same as the version but with the release of 0.8.0 there were no ABI changes noted by `abipkgdiff`, nevertheless because of...
Recently I found a problem when I use your code, but I'm not sure whether it's a bug or just the design, so I submit this issue. I have a...
I followed the instructions [in the README](https://github.com/jbeder/yaml-cpp?tab=readme-ov-file#how-to-integrate-it-within-your-project-using-cmake) to include yaml-cpp in my CMake project with `FetchContent_Declare`. When building the code, I get compiler warnings like those listed in https://github.com/jbeder/yaml-cpp/issues/1208. This...
I'm getting this warning when using `FetchContent_Declare` as listed in the README: ``` CMake Deprecation Warning at _deps/yaml-cpp-src/CMakeLists.txt:2 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future...
when build_type=RelWithDebInfo, it has lots of "undefined reference" error. after changing build_type=Release, it can build without problem.