Stl sort function c++

instead of using comparators to sort in descending order for an array can we use sort(a,a+n,greater()).does this make any difference in efficiency or increase time complexity?