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

View File

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