.opAssign disabled without @disable

denizzzka via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Apr 16 07:50:51 PDT 2016


On Saturday, 16 April 2016 at 11:48:56 UTC, denizzzka wrote:

> source/package.d(109,31): Error: function 
> rtree.RAMNode!(Box!(int, 2), ubyte).RAMNode.opAssign is not 
> callable because it is annotated with @disable
> source/package.d(110,26): Error: function 
> rtree.RAMNode!(Box!(int, 2), ubyte).RAMNode.opAssign is not 
> callable because it is annotated with @disable
> source/package.d(330,25): Error: template instance 
> rtree.RTree!(RAMNode!(Box!(int, 2), ubyte), true) error 
> instantiating

Perhaps I should explain that struct RAMNode placed in repository 
above. (And it isn't contains any @disable)



More information about the Digitalmars-d-learn mailing list