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

Add boost::move_only_function for C++11 #5

Open
denzor200 opened this issue Aug 24, 2023 · 1 comment
Open

Add boost::move_only_function for C++11 #5

denzor200 opened this issue Aug 24, 2023 · 1 comment

Comments

@denzor200
Copy link

Analogue of std's one ( https://en.cppreference.com/w/cpp/utility/functional/move_only_function )

@glenfe glenfe transferred this issue from boostorg/core Aug 25, 2023
@pdimov
Copy link
Member

pdimov commented Mar 30, 2024

There have been a few requests for this already. It's a bit borderline because Compat is supposed to not contain interface types as they would cause ABI issues if selectively mapped to std counterparts with using, but user demand for move_only_function probably justifies bending the rules for it.

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

No branches or pull requests

2 participants