cxx: fix build to generate Eina_Future.

This doesn't enable future support in the C++ binding, just allow to build the binding.

Signed-off-by: Cedric BAIL <cedric.bail@free.fr>
Reviewed-by: Lauro Neto <Lauro Moura <lauromoura@expertisesolutions.com.br>>
Differential Revision: https://phab.enlightenment.org/D7498
This commit is contained in:
Lauro Moura 2018-12-20 14:13:14 -08:00 committed by Cedric BAIL
parent dfd09ec7e4
commit 688420aa29
1 changed files with 6 additions and 6 deletions

View File

@ -311,12 +311,12 @@ struct visitor_generate
(complex, regular_type_def{" ::efl::promise", complex.outer.base_qualifier, {}});
}
}
/* , {"future", nullptr, nullptr, [&] */
/* { */
/* return replace_outer */
/* (complex, regular_type_def{" ::efl::shared_future", complex.outer.base_qualifier, {}}); */
/* } */
/* } */
, {"future", nullptr, nullptr, [&]
{
return replace_outer
(complex, regular_type_def{" ::efl::eina::future", complex.outer.base_qualifier, {}});
}
}
, {"iterator", nullptr, nullptr, [&]
{
return replace_outer