Why does std::sort segfault with non-transitive comparators?

前端 未结 0 1070
滥情空心
滥情空心 2021-01-18 20:35
struct Object
{
    int x;
    int y;
    bool isXValid()
    {
       return x > 0;
    }
};

bool mySort(const Object& lhs, const Object& rhs)
{
    //          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题