-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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 C++17-like emplace.back() for arrays. #1609
Comments
That sounds doable! |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@TrueWodzu I extended |
Yes, exactly. Thank you :) |
I reopened the issue, because the change has not yet been merged to the develop branch. |
That's fine, you the boss ;) |
🔖 Release itemThis issue/PR will be part of the next release of the library. This template helps preparing the release notes. Type
Description
|
Hi,
in C++17 there is a change in return value of std::vector::emplace_back(); Would it be possible to add this in library, so I could do something like this:
The text was updated successfully, but these errors were encountered: