fix(assembly): move resetSolver() out-of-line to fix incomplete type error #305

Merged
forbes merged 1 commits from fix/resetsolver-incomplete-type into main 2026-02-21 13:09:44 +00:00
Owner

unique_ptr::reset() requires the complete type for its deleter, but IKCSolver is only forward-declared in AssemblyObject.h. Move the definition to AssemblyObject.cpp where the full header is included.

Fixes the build break introduced in #303.

unique_ptr::reset() requires the complete type for its deleter, but IKCSolver is only forward-declared in AssemblyObject.h. Move the definition to AssemblyObject.cpp where the full header is included. Fixes the build break introduced in #303.
forbes added 1 commit 2026-02-21 13:09:12 +00:00
fix(assembly): move resetSolver() out-of-line to fix incomplete type error
Some checks failed
Build and Test / build (pull_request) Has been cancelled
6e7d2b582e
unique_ptr::reset() requires the complete type for its deleter, but
IKCSolver is only forward-declared in AssemblyObject.h. Move the
definition to AssemblyObject.cpp where the full header is included.
forbes merged commit ae576629c5 into main 2026-02-21 13:09:44 +00:00
forbes deleted branch fix/resetsolver-incomplete-type 2026-02-21 13:09:45 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kindred/create#305