this() const

sclytrack sclytrack at hotmail.com
Sun Apr 15 12:20:23 PDT 2012


	this( const size_t step) const
	{
		this.step = step;
	}


Error: cannot modify const/immutable/inout expression this.step


Is this the expected behavior? Thanks.


More information about the Digitalmars-d-learn mailing list