Why will std::sort crash if the comparison function is not as operator <?
The following program is compiled with VC++ 2012.
Why will std::sort crash if the comparison function is not as operator <?
The following program is compiled with VC++ 2012.