Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 175972 | Differences between
and this patch

Collapse All | Expand All

(-)SampleICC-1.3.0.orig/Contrib/ICC_utils/Stubs.h (-1 / +1 lines)
Lines 130-136 Link Here
130
130
131
  // use one of these to force desired sort order in assoc. containers of DPX
131
  // use one of these to force desired sort order in assoc. containers of DPX
132
  bool
132
  bool
133
  DPX::operator<(const DPX& p) const
133
  operator<(const DPX& p) const
134
  {
134
  {
135
    return (r_ != p.r_) ? (r_ < p.r_) : ((g_ != p.g_) ? (g_ < p.g_) : (b_ < p.b_));
135
    return (r_ != p.r_) ? (r_ < p.r_) : ((g_ != p.g_) ? (g_ < p.g_) : (b_ < p.b_));
136
  }
136
  }

Return to bug 175972