Skip to content

Commit

Permalink
Fixing compilation issues in new test
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaiser committed Jul 9, 2016
1 parent 32a9b70 commit 01c7ff3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/regressions/iostreams/lost_output_2236.cpp
Expand Up @@ -22,6 +22,8 @@ void generate_output(Ts &&... ts)
{
(stream << ts, 0)..., 0
};
(void)sequencer;

stream << std::endl;

std::string str = stream.str();
Expand Down Expand Up @@ -68,8 +70,8 @@ struct collector_data
, cid(hpx::naming::invalid_id)
, minor_id(0)
, phantom_count(0)
, wc(0)
, rcc(0)
, wc(0)
, rephantomize(false)
, start_over_recovery(false)
, rerecover(false)
Expand Down

0 comments on commit 01c7ff3

Please sign in to comment.