Skip to content

Update all planning problems to used const ScopedStates. #572

@sniyaz

Description

@sniyaz

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.

See: #569

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions