Exemplo n.º 1
0
int main()
{
    stateful_function_object_test();
    stateful_function_test();
    return hpx::util::report_errors();
}
Exemplo n.º 2
0
int main()
{
    stateful_function_object_test();
    stateful_function_test();
    return boost::report_errors();
}