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

Revert "feat: Add compatibility for std::move function" #83

Open matthijskooijman opened 2 years ago

matthijskooijman commented 2 years ago

The implementation was incorrect (returning T& instead of T&&). Until a working version is provided (which requires additional work), it would be better to not provide it at all. Users that need this can use other libraries to complement ArduinoSTL with C++11 bits already, like https://github.com/hideakitai/ArxTypeTraits (and see also https://github.com/mike-matera/ArduinoSTL/pull/52#issuecomment-1170130501)

This reverts commit 75367269a46acc8304e48fcaa886a275644bf8cb.