Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IO: miscellaneous fixes for the XML reader/writer #341

Merged
merged 5 commits into from
Sep 28, 2022

Conversation

andrea-iob
Copy link
Member

These are the same changes of #267 but without the part the add attributes support.

Copy link
Contributor

@roccoarpa roccoarpa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

compiling fails:

 In member function ‘void bitpit::Config::dump(std::ostream&, int) const’:
.../bitpit/src/IO/configuration_config.cpp:405:41: error: ‘entry’ was not declared in this scope
  405 |             out << indent << padding << entry.first << " = " << entry.second << std::endl;

Please re-ask me the review when everything is fixed.

@andrea-iob andrea-iob merged commit 95811b5 into master Sep 28, 2022
@andrea-iob andrea-iob deleted the io.fix.xml.leaks branch September 28, 2022 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants