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

[BUG]: port_t is defined twice in primitive_types.hpp #624

Open
toolsh opened this issue Feb 3, 2024 · 1 comment · May be fixed by #635
Open

[BUG]: port_t is defined twice in primitive_types.hpp #624

toolsh opened this issue Feb 3, 2024 · 1 comment · May be fixed by #635
Labels

Comments

@toolsh
Copy link

toolsh commented Feb 3, 2024

vSomeip Version

v3.4.10

Boost Version

1.71

Environment

all

Describe the bug

refer to these 2 lines

typedef std::uint16_t port_t;

typedef uint16_t port_t;

Reproduction Steps

No response

Expected behaviour

No response

Logs and Screenshots

No response

@toolsh toolsh added the bug label Feb 3, 2024
@goncaloalmeida
Copy link
Collaborator

goncaloalmeida commented Feb 5, 2024

@toolsh do you want to create a PR to fix this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants