1Upstream-Status: Pending 2 3--- a/external/glslang/src/glslang/Include/PoolAlloc.h 4+++ b/external/glslang/src/glslang/Include/PoolAlloc.h 5@@ -245,8 +245,9 @@ protected: 6 7 int numCalls; // just an interesting statistic 8 size_t totalBytes; // just an interesting statistic 9-private: 10+public: 11 TPoolAllocator& operator=(const TPoolAllocator&); // don't allow assignment operator 12+private: 13 TPoolAllocator(const TPoolAllocator&); // don't allow default copy constructor 14 }; 15 16