Which method can be const?

I believe GetCurrentTry should be const because we don’t want the current try we are on to be modified.

Privacy & Terms