Skip to content

concepts: make ui.hpp self-contained (missing <utility>)#145

Merged
jcelerier merged 1 commit into
mainfrom
fix/ui-concepts-include
Jul 5, 2026
Merged

concepts: make ui.hpp self-contained (missing <utility>)#145
jcelerier merged 1 commit into
mainfrom
fix/ui-concepts-include

Conversation

@jcelerier

Copy link
Copy Markdown
Member

avnd/concepts/ui.hpp uses std::declval but does not include <utility>, so it only compiles when another header happened to pull it in first. Surfaced by a new include order on the avendish-ui branch.

🤖 Generated with Claude Code

https://claude.ai/code/session_014Zm2k4dsLp2jMa47zyLcSZ

…val)

Surfaced by a new include order; the header only compiled when something
else had pulled <utility> in first.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_014Zm2k4dsLp2jMa47zyLcSZ
@jcelerier jcelerier merged commit 9e73cfe into main Jul 5, 2026
23 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