-
Notifications
You must be signed in to change notification settings - Fork 392
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace std::function occurrences #131
Comments
mossmaurice
added a commit
to mossmaurice/iceoryx
that referenced
this issue
Jun 10, 2020
…in optional Signed-off-by: Hoinkis Simon (CC-AD/ESW1) <simon.hoinkis2@de.bosch.com>
mossmaurice
added a commit
to mossmaurice/iceoryx
that referenced
this issue
Jun 13, 2020
…tion_ref and add its respective test case Signed-off-by: Hoinkis Simon (CC-AD/ESW1) <simon.hoinkis2@de.bosch.com>
mossmaurice
added a commit
to mossmaurice/iceoryx
that referenced
this issue
Jun 15, 2020
…in cxx::expected Signed-off-by: Hoinkis Simon (CC-AD/ESW1) <simon.hoinkis2@de.bosch.com>
mossmaurice
added a commit
to mossmaurice/iceoryx
that referenced
this issue
Jun 15, 2020
…test build Signed-off-by: Hoinkis Simon (CC-AD/ESW1) <simon.hoinkis2@de.bosch.com>
mossmaurice
added a commit
to mossmaurice/iceoryx
that referenced
this issue
Jun 15, 2020
…yx#131-remove-std-function-in-function-params
Step 2) consists of
|
mossmaurice
added a commit
to mossmaurice/iceoryx
that referenced
this issue
Jun 15, 2020
Signed-off-by: Hoinkis Simon (CC-AD/ESW1) <simon.hoinkis2@de.bosch.com>
mossmaurice
added a commit
that referenced
this issue
Jun 16, 2020
…-in-function-params Iox #131 Remove std::function in expected and optional
Just discussed this topic with @elBoberido
will be removed
not relevant, quality level 4
will be removed with iceoryx 1.0 release
open point, reference counting on callable user might solve the lifetime issue (save_ref) |
Duplicate of #831 closing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Brief feature description
std::function
is hard to validate for ASIL, hence replace it in targets with quality level 1, 2 and 3.Detailed information
cxx::function_ref
when used as function parameterposix::Timer
The text was updated successfully, but these errors were encountered: