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
I believe I have found the culprit and would like to propose a commit, but I have never done that on GitHub and don't even know if I'm allowed to contribute to this project.
Anyway, the proposed fix is :
file LinkedList.h, method template ListNode* LinkedList::getNode(int index)
line 160 :
- return false;
+ return 0;
Shall someone take this in account or is there a way I can propose formally this change ?
The text was updated successfully, but these errors were encountered:
MyObject being whatever I try to store.
I believe I have found the culprit and would like to propose a commit, but I have never done that on GitHub and don't even know if I'm allowed to contribute to this project.
Anyway, the proposed fix is :
file LinkedList.h, method template ListNode* LinkedList::getNode(int index)
line 160 :
Shall someone take this in account or is there a way I can propose formally this change ?
The text was updated successfully, but these errors were encountered: