K 10 svn:author V 6 jbeich K 8 svn:date V 27 2020-02-26T18:21:13.684137Z K 7 svn:log V 720 devel/love: unbreak with Clang 10 In file included from libraries/glslang/glslang/GenericCodeGen/CodeGen.cpp:35: In file included from libraries/glslang/glslang/GenericCodeGen/../Include/Common.h:108: libraries/glslang/glslang/GenericCodeGen/../Include/PoolAlloc.h:307:54: error: 'operator=' is a private member of 'glslang::TPoolAllocator' void setAllocator(TPoolAllocator* a) { allocator = *a; } ~~~~~~~~~ ^ ~~ libraries/glslang/glslang/GenericCodeGen/../Include/PoolAlloc.h:244:21: note: declared private here TPoolAllocator& operator=(const TPoolAllocator&); // don't allow assignment operator ^ Reported by: antoine (via bug 244251 exp-run) END