Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[common] Work around linker error with clang 16+ (#22172)
This patch avoids linker errors seen with clang 16 through 18 seen on both macos and ubuntu noble. Somehow, without this patch, the compiler emits undefined symbols containing the Drake-only using-statement type `MatrixX`.
- Loading branch information