Skip to content

Conversation

@alandefreitas
Copy link
Collaborator

Wherever std::unique_ptr was used for polymorphic members of Info objects, the pointer addresses were being used in comparisons instead of the dereferenced values, which only returned true when both were nullptr and led to arbitrary results.

#fix

@cppalliance-bot
Copy link

An automated preview of the documentation is available at https://820.mrdocs.prtest2.cppalliance.org/index.html

@alandefreitas alandefreitas force-pushed the hbs-gen-sync branch 2 times, most recently from 322a59d to d2f1960 Compare January 24, 2025 00:59
@cppalliance-bot
Copy link

An automated preview of the documentation is available at https://820.mrdocs.prtest2.cppalliance.org/index.html

@alandefreitas alandefreitas force-pushed the hbs-gen-sync branch 2 times, most recently from 9feec55 to 564d0d4 Compare January 25, 2025 04:30
@cppalliance-bot
Copy link

An automated preview of the documentation is available at https://820.mrdocs.prtest2.cppalliance.org/index.html

Wherever std::unique_ptr was used for polymorphic members of Info objects, the pointer addresses were being used in comparisons instead of the dereferenced values, which only returned true when both were nullptr.

#fix
@cppalliance-bot
Copy link

An automated preview of the documentation is available at https://820.mrdocs.prtest2.cppalliance.org/index.html

@alandefreitas alandefreitas merged commit a2f4c41 into cppalliance:develop Jan 25, 2025
11 checks passed
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.

2 participants