On Thu, 23 Apr 2015, Tobias Burnus wrote:
first, I know that std::sort() is better than qsort. Still, I'd like to understand why this legacy code fails with GCC 5's new string ABI.
You were just lucky before, qsort is only for POD types. -- Marc Glisse