Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tree::getNodesByPath returns a list of constant pointers but the method is not marked constant #713

Closed
Jazzinghen opened this issue Dec 6, 2023 · 1 comment

Comments

@Jazzinghen
Copy link

std::vector<const TreeNode*> getNodesByPath(StringView wildcard_filter) {

I wanted to traverse some nodes in a function where I get a constant reference to a tree but I cannot call this function as it is not marked as constant even though it doesn't modify the object data.

@facontidavide
Copy link
Collaborator

fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants