Algorithms STL(Sort function)

can we use sort(a,a+n,greater()) for descending order sorting of arrays instead of comparators.does this disturb the efficiency(like increase the time complexity) of the program compared to using comparators?