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
- Change arrsize parameter and all related indexing/size variables in
object_qsort to use a template parameter ArrSize instead of fixed-size
types.
- Add static_asserts to ensure ArrSize and key_func return type are
either 32-bit or 64-bit.
- Change the type of the arg vector from uint32_t to ArrSize for
consistency and correctness.
0 commit comments