matt77hias / MAGE-v0

🧙 MAGE v0
https://matt77hias.github.io/MAGE-v0-Doc
GNU General Public License v3.0
266 stars 20 forks source link

noexcept move constructor #46

Closed matt77hias closed 4 years ago

matt77hias commented 6 years ago

Apparently some std classes still do not have noexcept move constructors in C++17. If this changes in the future, code can be reduced by making some move constructors explicitly default: