Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert std::mem_fun_ref and std::ptr_fun into expressions compatible with C++17 #1294

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MatthiasPetermann
Copy link
Contributor

Currently the build of LiteIdeX on FreeBSD 14 is broken. The reason is that the system compiler Clang was updated to version 16 and with this (apparently) the deprecation of some std-functions became final. I'm not a C++ guru and I've made up the solution with the help of Google - if it makes sense to you, it would be nice to commit this or a better fix for the problem. I have successfully tested the fix on FreeBSD 14, but can't comment on backwards compatibility with older C++ compilers.

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.

None yet

1 participant