Skip to content
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

Missing template parameter for user-header in typed C++ API #768

Closed
elBoberido opened this issue May 3, 2021 · 1 comment · Fixed by #769 or #753
Closed

Missing template parameter for user-header in typed C++ API #768

elBoberido opened this issue May 3, 2021 · 1 comment · Fixed by #769 or #753
Assignees
Labels
bug Something isn't working

Comments

@elBoberido
Copy link
Member

Required information

Operating system:
all

Compiler version:
all

Observed result or behaviour:
The Publisher and Subscriber alias do not have a default parameter for the user-header which means that PublisherImpl and SubscriberImpl must be used directly.

Expected result or behaviour:
The Publisher and Subscriber alias can be used for the user-header.

Conditions where it occurred / Performed steps:
Try to add a second template argument to the Publisher and Subscriber.

@elBoberido elBoberido added the bug Something isn't working label May 3, 2021
@elBoberido elBoberido self-assigned this May 3, 2021
elBoberido added a commit to ApexAI/iceoryx that referenced this issue May 3, 2021
…r to typed C++ API

Signed-off-by: Mathias Kraus <mathias.kraus@apex.ai>
elBoberido added a commit to ApexAI/iceoryx that referenced this issue May 3, 2021
…lisher and Subscriber alias

Signed-off-by: Mathias Kraus <mathias.kraus@apex.ai>
@elBoberido
Copy link
Member Author

reopen for PR to release_1.0 branch

@elBoberido elBoberido reopened this May 3, 2021
elBoberido added a commit that referenced this issue May 25, 2021
…ameter-for-user-header-to-typed-api

iox-#768 Backport: Add missing template parameter for user-header to typed C++ API
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant