Should be: ```cpp const auto temp {*this}; ++(*this); return temp; ``` and ```cpp const auto temp {*this}; --(*this); return temp; ```