diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-01-25 16:56:43 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-01-25 16:59:58 -0500 |
commit | d785b3c41fa6d841ca69b26a6a1ea9ce7a92205d (patch) | |
tree | f57108f0285a851bae07be502cb2fb338bfe2351 /libcmis | |
parent | d0b94f5cfefe89cacc4fd4230396c1d34e4d2cfe (diff) |
bnc#590020: Sort data points stably.
std::sort is unstable sort, which is not what we want. Use std::stable_sort
to sort data points by X values. If we use unstable sort, it may mess up
the order of the sequence when two data points contain identical X values.
Change-Id: I6453a986185b326dc680fbcec6227ea332235b22
Diffstat (limited to 'libcmis')
0 files changed, 0 insertions, 0 deletions