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
We've now fixed all planning problems to hold ScopedState instead of raw state pointers. Unfortunately, we can't actually declare these ScopedStates to be const because of strange C++ typing issues.
This is a pretty minor issue (the fields are all protected anyway) but we should go back eventually and handle this.
We've now fixed all planning problems to hold
ScopedState
instead of raw state pointers. Unfortunately, we can't actually declare theseScopedState
s to beconst
because of strange C++ typing issues.This is a pretty minor issue (the fields are all
protected
anyway) but we should go back eventually and handle this.See: #569
The text was updated successfully, but these errors were encountered: