IAIK/sweb

ustl::sort uses C stdlib qsort

Closed this issue · 1 comments

The sort() function in ualgo.h (line 452) calls the qsort() function from the C stdlib, which is not included in sweb. This leads to the linker complaining about undefined references when trying to use sort().

(Someone mentioned having this issue in the IRC)

what should we do about this?