https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97207

--- Comment #16 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Richard Biener <rgue...@gcc.gnu.org>:

https://gcc.gnu.org/g:7bfc4cd2c812a3197c09797796828459714f8849

commit r11-3459-g7bfc4cd2c812a3197c09797796828459714f8849
Author: Richard Biener <rguent...@suse.de>
Date:   Fri Sep 25 13:59:15 2020 +0200

    middle-end/97207 - implement move assign for auto_vec<>

    This implements the missing move assignment to make std::swap work
    on auto_vec<>

    2020-09-25  Richard Biener  <rguent...@suse.de>

            PR middle-end/97207
            * vec.h (auto_vec<T>::operator=(auto_vec<T>&&)): Implement.

Reply via email to