-
Notifications
You must be signed in to change notification settings - Fork 116
Open
Description
Variable policy1
is not defined at
replace_copy_if(policy1, first2, last2 - 1, _flags.get() + 1, _temp.get() + 1, ::std::negate<FlagType>(), init); |
in the next code:
// TODO : add stencil form of replace_copy_if to oneDPL if the
// transform call here is difficult to understand and maintain.
#if 1
// ...
#else
replace_copy_if(policy1, first2, last2 - 1, _flags.get() + 1, _temp.get() + 1, ::std::negate<FlagType>(), init);
#endif
But its use simple hidden under macro definition checks so we haven't any compile-time errors.
Metadata
Metadata
Assignees
Labels
No labels