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

feat: proposal for std::forward #51

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

Conversation

antcolag
Copy link

@antcolag antcolag commented Dec 8, 2019

since is very useful when you have to transparently call another function, I propose this implementation taken from the gnu GNU ISO C++ Library

@antcolag antcolag changed the title proposal for std::forward edit proposal for std::forward Dec 8, 2019
@antcolag antcolag changed the title edit proposal for std::forward feat: proposal for std::forward Dec 8, 2019
@mike-matera
Copy link
Owner

Hello and thanks!

I've recently merged changes that updated the way noexcept is handled in C++17. That's caused merge conflicts. Are you still interested in this patch? Could you update it to remove the conflicts?

@mike-matera mike-matera closed this Jan 3, 2022
@mike-matera mike-matera reopened this Jan 3, 2022
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

2 participants