[WIP] jsc: implemented jsc::access() and added support for run-time predicates in jsc::find_if() #13

Member
No description provided.
In actuality compile-time predicates, passed to jsc::find_if(),
would never be able to modify any of the tuple elements,
since they will never be evaluated via actual function call.

However, it would be ideal,
if the jsc::find_if() would signal at compile-time,
that predicates taking a mutable reference are not allowed,

because accepting such predicates would falsely suggest,
that these predicates are somehow able to modify tuple elements.
i.kabadshow merged commit 1e1d9e25b5 into WIP/parallelization/intra-node/lgpl21+minimize 2021-05-26 23:05:09 +02:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: ATML-CAP/fmsolvr#13
No description provided.