Merge pull request #5383 from kvtb/patch-7

fix build with gcc11
This commit is contained in:
Eelco Dolstra 2021-10-15 09:03:12 +02:00 committed by GitHub
commit c0951299b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ private:
public:
ref<T>(const ref<T> & r)
ref(const ref<T> & r)
: p(r.p)
{ }