Skip to content

update Node.min_path(Node) to take a const; could probably return con…#4

Open
pearsonca wants to merge 1 commit intomasterfrom
minpathconst
Open

update Node.min_path(Node) to take a const; could probably return con…#4
pearsonca wants to merge 1 commit intomasterfrom
minpathconst

Conversation

@pearsonca
Copy link
Copy Markdown
Collaborator

…st as well

Came across this while doing some computations - min_path doesn't have any side effects, so it should take a const (probably return one as well).

@tjhladish
Copy link
Copy Markdown
Owner

You've verified that this compiles? I'm recalling some issue with making some of the min_path objects and functions const, but it's been awhile since I looked at it

@pearsonca
Copy link
Copy Markdown
Collaborator Author

i have not looked at this in awhile.

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

Successfully merging this pull request may close these issues.

2 participants