Skip to content
Snippets Groups Projects
Commit 2badcbb6 authored by Arseny Kapoulkine's avatar Arseny Kapoulkine
Browse files

Explicitly call xml_buffered_writer::flush()

If xml_writer::write throws an exception while being called from flush(), the
exception is thrown from destructor. Clang in C++11 mode calls std::terminate
in this case.
parent e977f04f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment