'non-static reference member, can't use default assignment operator'
问题 I get this error when i try to compile my code: non-static reference member ‘Timestep& Timestep::previousTimestep’, can’t use default assignment operator I create one Problem which creates a Timestep a reference to the this Timestep should be stored in the vector solution . Besides i want to store a reference to a previous Timestep - and for the first Timestep that would be a reference to itself... I read that i need to define an own operator if i have const members in a class what i try to