You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I set YAML_CPP_SUPPORT_MERGE_KEYS in the merge-key-support branch to "on" and successfully compiled, but when I simply use the library, I found that the program reported a segmentation-fault error.
I set
YAML_CPP_SUPPORT_MERGE_KEYS
in themerge-key-support
branch to "on" and successfully compiled, but when I simply use the library, I found that the program reported a segmentation-fault error.Here is my demo.cpp code:
The report:
Others:
I compiled it to the /home/xxx/tRelease directory, and here is my simple CMakeLists.txt:
os: ubuntu 18.04
The text was updated successfully, but these errors were encountered: