Skip to content

Commit a479fd6

Browse files
authored
Update power_grid_model_c/power_grid_model/include/power_grid_model/job_dispatch.hpp
Signed-off-by: Martijn Govers <[email protected]> Signed-off-by: Martijn Govers <[email protected]>
1 parent 975cd20 commit a479fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

power_grid_model_c/power_grid_model/include/power_grid_model/job_dispatch.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ class JobDispatch {
184184
}
185185

186186
static void handle_batch_exceptions(std::vector<std::string> const& exceptions) {
187-
std::stringstream combined_error_message;
187+
std::ostringstream combined_error_message;
188188
IdxVector failed_scenarios;
189189
std::vector<std::string> err_msgs;
190190
for (Idx batch = 0; batch < static_cast<Idx>(exceptions.size()); ++batch) {

0 commit comments

Comments
 (0)