Skip to content

Conversation

@tagattie
Copy link
Contributor

@tagattie tagattie commented Dec 1, 2025

This PR includes the following changes for hyprtoolkit to build on FreeBSD/clang.

  • src/sessionLock/WaylandSessionLock.cpp
  • tests/SimpleSessionLock.cpp

Add missing #include <algorithm> for std::ranges::find()

  • src/layout/Positioner.cpp

Clang/libc++ 19 does not corretly infer the type of brace initializers and complains. (GCC/libstdc++ does.) So we need to explicitly specify types here. (Same issue as #18)

I would appreciate it if those changes are considered for future releases.

Copy link
Member

@vaxerski vaxerski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

@vaxerski vaxerski merged commit 5cfe074 into hyprwm:main Dec 1, 2025
2 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.

2 participants