Closed markaren closed 2 years ago
Could this fix #703, by any chance?
Probably, I saw that your recent PR got the same error.
Nope, does not fix the compiler warning treated as error.
Produces warning C4275 on VS2019.
Ok, they probably changed something upstream in yaml-cpp then. We may have to guard our yaml-cpp #includes
with #warning
directives to disable this specific warning. We probably shouldn't ignore it on a global level.
Update YAML dependency. Requires a fairly recent conan version.
Edit: Also resolves #703