You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After #617 was resolved by #1094, only the ASTStringifier now uses the const visitor interface.
For every other visitor implemented, one should check if it is possible to switch to the const visitor interface.
This task cannot be started before #648 is completed, since a const variant of the expr::getData method is required to make most visitors const, which cannot be provided as long as data is lazily initialized in the getter.