Sync changes from upstream repository

This commit is contained in:
Bozo the Builder
2024-03-13 09:41:56 -07:00
parent 19df200382
commit cf8984bb9a
47 changed files with 397 additions and 11738 deletions

View File

@@ -207,6 +207,10 @@ public:
int BinarySearch( const T*, int (*)(const T*,const T*) ) const;
int BinarySearch( const T*, int (*)(const T*,const T*), int ) const;
const T* BinarySearchPtr(const T*, int (*)(const T*, const T*)) const;
const T* BinarySearchPtr(const T*, int (*)(const T*, const T*), int) const;
int InsertInSortedList(const T&, int (*)(const T*, const T*));
int InsertInSortedList(const T&, int (*)(const T*, const T*), int);