Skip to content

Dev#405

Merged
cfis merged 3 commits intomasterfrom
dev
Apr 9, 2026
Merged

Dev#405
cfis merged 3 commits intomasterfrom
dev

Conversation

@cfis
Copy link
Copy Markdown
Collaborator

@cfis cfis commented Apr 9, 2026

No description provided.

cfis and others added 3 commits April 9, 2026 01:04
…tual destructors.

The Wrapper<T*> destructor guard used is_abstract_v which only caught abstract classes. Concrete polymorphic classes (virtual methods but no virtual destructor) still triggered delete, causing UB. Use is_polymorphic_v instead to cover all polymorphic types.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@cfis cfis merged commit 8ca9261 into master Apr 9, 2026
21 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.

1 participant