Fix QSort less than having wrong prototype
This commit is contained in:
parent
e1eb6203c4
commit
d4adf81019
@ -1,4 +1,4 @@
|
||||
// Generated by the DN single header generator 2025-06-28 20:52:01
|
||||
// Generated by the DN single header generator 2025-06-29 00:14:47
|
||||
|
||||
#define DN_BASE_INC_CPP
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Generated by the DN single header generator 2025-06-28 20:52:01
|
||||
// Generated by the DN single header generator 2025-06-29 00:14:47
|
||||
|
||||
#if !defined(DN_BASE_INC_H)
|
||||
#define DN_BASE_INC_H
|
||||
@ -7368,7 +7368,7 @@ template <typename T> DN_BinarySearchResult DN_BinarySearch (T co
|
||||
DN_BinarySearchLessThanProc<T> less_than = DN_BinarySearch_DefaultLessThan);
|
||||
|
||||
// NOTE: DN_QSort //////////////////////////////////////////////////////////////////////////////////
|
||||
template <typename T> bool DN_QSort_DefaultLessThan(T const &lhs, T const &rhs);
|
||||
template <typename T> bool DN_QSort_DefaultLessThan(T const &lhs, T const &rhs, void *user_context);
|
||||
template <typename T> void DN_QSort (T *array,
|
||||
DN_USize array_size,
|
||||
void *user_context,
|
||||
|
@ -192,7 +192,7 @@ template <typename T> DN_BinarySearchResult DN_BinarySearch (T co
|
||||
DN_BinarySearchLessThanProc<T> less_than = DN_BinarySearch_DefaultLessThan);
|
||||
|
||||
// NOTE: DN_QSort //////////////////////////////////////////////////////////////////////////////////
|
||||
template <typename T> bool DN_QSort_DefaultLessThan(T const &lhs, T const &rhs);
|
||||
template <typename T> bool DN_QSort_DefaultLessThan(T const &lhs, T const &rhs, void *user_context);
|
||||
template <typename T> void DN_QSort (T *array,
|
||||
DN_USize array_size,
|
||||
void *user_context,
|
||||
|
Loading…
x
Reference in New Issue
Block a user