mike-matera / ArduinoSTL

An STL and iostream implementation based on uClibc++ that supports my CS-11M class.
GNU General Public License v3.0
325 stars 80 forks source link

feat: proposal for std::forward #51

Open antcolag opened 4 years ago

antcolag commented 4 years ago

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

mike-matera commented 2 years ago

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?