Closed MikaelSmith closed 3 years ago
The example in https://github.com/puppetlabs/cpp-hocon/blob/6ba46c077facd9339115f075d1521d20584826fd/README.md doesn't compile:
write_to_file
doc->
doc.
with_value_text
Once you fix those things and compile the example, it segfaults in with_value_text.
The example in https://github.com/puppetlabs/cpp-hocon/blob/6ba46c077facd9339115f075d1521d20584826fd/README.md doesn't compile:
write_to_file
isn't found in leatherman.file_utildoc->
, notdoc.
with_value_text
is a new document that's ignoredOnce you fix those things and compile the example, it segfaults in
with_value_text
.