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: std::forward #50

Closed antcolag closed 4 years ago

antcolag commented 4 years ago

since std::forward is very useful if you have to transparently call another function, I propose this implementation from the GNU ISO C++ Library.

antcolag commented 4 years ago

some othe stuff are missing