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 std::forward and std::move #5875

Open
eric-wieser opened this issue Jan 19, 2017 · 2 comments
Open

Add std::forward and std::move #5875

eric-wieser opened this issue Jan 19, 2017 · 2 comments
Labels
Architecture: AVR Applies only to the AVR microcontrollers (Uno, etc.) Component: Core Related to the code for the standard Arduino API Component: Toolchain The tools used for compilation and uploading to Arduino boards feature request A request to make an enhancement (not a bug fix)

Comments

@eric-wieser
Copy link
Contributor

Since without these, c++11 rvalue references are a lot less useful.

@cmaglie
Copy link
Member

cmaglie commented Jan 24, 2017

is this a duplicate of #5876?

@eric-wieser
Copy link
Contributor Author

eric-wieser commented Jan 24, 2017

Not really - these aren't part of <typetraits>. But the underlying cause is the same, so moving discussion there would make sense

@per1234 per1234 added Architecture: AVR Applies only to the AVR microcontrollers (Uno, etc.) Component: Core Related to the code for the standard Arduino API Component: Toolchain The tools used for compilation and uploading to Arduino boards feature request A request to make an enhancement (not a bug fix) labels Dec 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Architecture: AVR Applies only to the AVR microcontrollers (Uno, etc.) Component: Core Related to the code for the standard Arduino API Component: Toolchain The tools used for compilation and uploading to Arduino boards feature request A request to make an enhancement (not a bug fix)
Projects
None yet
Development

No branches or pull requests

3 participants