• François Grisez's avatar
    Fix build on Ubuntu 22.04 and Archlinux · a2122623
    François Grisez authored
    * Replace move() and forward<>() calls respectively by std::move() and std::forward<>()
    * Reduce intempestive warnings
    * Add improve the workaround about the permissions of .git/ in Ubuntu 22.04 Docker image
      in order to be independent of the source directory path.
    
    Fix error 'error: unqualified call to 'std::move'
    
    Fix compilation with GCC 13.2.1 with Sanitizer
    a2122623