K 10
svn:author
V 6
jbeich
K 8
svn:date
V 27
2020-02-26T18:05:35.374101Z
K 7
svn:log
V 724
devel/glslang: unbreak with Clang 10

In file included from MachineIndependent/glslang.y:60:
In file included from glslang/MachineIndependent/SymbolTable.h:68:
In file included from glslang/MachineIndependent/../Include/Common.h:108:
glslang/MachineIndependent/../Include/PoolAlloc.h:307:54: error: 'operator=' is a private member of 'glslang::TPoolAllocator'
    void setAllocator(TPoolAllocator* a) { allocator = *a; }
                                           ~~~~~~~~~ ^ ~~
glslang/MachineIndependent/../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
