Skip to content

Commit

Permalink
More fixes to test for #1032 for gcc 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaiser committed Jan 5, 2014
1 parent f408b2b commit dced760
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/regressions/id_type_ref_counting_1032.cpp
Expand Up @@ -83,8 +83,8 @@ struct test_server2
}

#if defined(HPX_GCC_VERSION) && (HPX_GCC_VERSION <= 40400)
typedef hpx::actions::action0<
test_server2, &test_server2::create_test_server1
typedef hpx::actions::result_action0<
test_server2, hpx::id_type, &test_server2::create_test_server1
> create_test_server1_action;
#else
HPX_DEFINE_COMPONENT_ACTION_TPL(test_server2, create_test_server1,
Expand Down

0 comments on commit dced760

Please sign in to comment.