We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 975cd20 commit a479fd6Copy full SHA for a479fd6
power_grid_model_c/power_grid_model/include/power_grid_model/job_dispatch.hpp
@@ -184,7 +184,7 @@ class JobDispatch {
184
}
185
186
static void handle_batch_exceptions(std::vector<std::string> const& exceptions) {
187
- std::stringstream combined_error_message;
+ std::ostringstream combined_error_message;
188
IdxVector failed_scenarios;
189
std::vector<std::string> err_msgs;
190
for (Idx batch = 0; batch < static_cast<Idx>(exceptions.size()); ++batch) {
0 commit comments