Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fixes RTTI for generated class #1568

Merged
merged 2 commits into from
Feb 6, 2024
Merged

Conversation

Hsilgos
Copy link
Contributor

@Hsilgos Hsilgos commented Feb 5, 2024

Pure virtual constructor makes a class header-only. This breaks RTTI when class is sued from several
libraries.

Pure virtual constructor makes a class header-only.
This breaks RTTI when class is sued from several
libraries.

Signed-off-by: Yauheni Khnykin <yauheni.khnykin@here.com>
@Hsilgos Hsilgos force-pushed the khnykin/fix_rtti_class_header branch from f3fe196 to 17df9ca Compare February 5, 2024 20:40
Signed-off-by: Yauheni Khnykin <yauheni.khnykin@here.com>
@Hsilgos Hsilgos force-pushed the khnykin/fix_rtti_class_header branch from 2804e89 to 9742f32 Compare February 6, 2024 10:59
@Hsilgos Hsilgos merged commit e969fc5 into master Feb 6, 2024
17 checks passed
@Hsilgos Hsilgos deleted the khnykin/fix_rtti_class_header branch February 6, 2024 11:51
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants