Skip to content

Conversation

@novafacing
Copy link

Clang 17 has introduced an unconditional warning on unqualified calls to std::move as move (see the patch). Hyperscan has -Werror enabled on default compilations (which is great!) so this causes failure to compile on Clang 17+. This patch fixes all relevant calls to the qualified std::move instead of move.

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