suggestion
So noexcept ensures that a function never throws exceptions, right?
yeap, when moving object to another one, throwing an exception can cause more problems than you expected. So, would be great to prevent with "noexcept" keyword to not allow throwing exceptions.
Обсуждают сегодня