Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of LinkedList by
Diff: LinkedList.cpp
- Revision:
- 11:4336cd18cce9
- Parent:
- 8:918b196b0ac4
diff -r cb2e50ed6945 -r 4336cd18cce9 LinkedList.cpp
--- a/LinkedList.cpp Fri Jul 07 23:36:03 2017 +0000
+++ b/LinkedList.cpp Mon Jul 10 16:46:46 2017 +0000
@@ -59,7 +59,7 @@
}
template<class retT>
-retT *LinkedList<retT>::insertAsc(void *data, bool (isBigger)(void* data1, void *data2))
+retT *LinkedList<retT>::insertOrdered(void *data, bool (isBigger)(void* data1, void *data2))
{
retT *new_node = new retT [1];
// make sure the new object was allocated
