Skip to content

Clang build fixes#28

Merged
mutability merged 13 commits intodevfrom
clang-fixes
Mar 30, 2026
Merged

Clang build fixes#28
mutability merged 13 commits intodevfrom
clang-fixes

Conversation

@mutability
Copy link
Copy Markdown
Collaborator

Various build fixes for building under clang.

Lots of warning-cleanup fixes, mostly:

  • remove many unused private fields (all are references, so there's no RAII issue from removing them)
  • expand out nested namespace definitions as the multiple-level declaration form is C++17, and we build with C++11

and a couple of real fixes:

  • a missing virtual dtor
  • missing libstdc++ / libm linking

@mutability mutability merged commit 7b302b7 into dev Mar 30, 2026
16 checks passed
@mutability mutability deleted the clang-fixes branch March 30, 2026 18:38
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