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

On CdrSizeCalculator, fix std::vector<bool> as array #199

Merged
merged 1 commit into from
Feb 20, 2024

Conversation

richiware
Copy link
Member

There is no specialization for std::vector<bool> which doesn't contains data() function. This PR introduces this specialization.

Signed-off-by: Ricardo González Moreno <[email protected]>
Copy link
Contributor

@JLBuenoLopez JLBuenoLopez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@richiprosima
Copy link
Contributor

Build status:

  • Linux Build Status
  • Mac Build Status
  • Windows Build Status

@richiware richiware merged commit 5d8f8dc into master Feb 20, 2024
13 of 14 checks passed
@richiware richiware deleted the bugfix/bool-array branch February 20, 2024 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants