• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

mapbox / variant
97%
master: 49%

Build:
Build:
LAST BUILD BRANCH: sizeof
DEFAULT BRANCH: master
Repo Added 15 Jan 2015 04:01PM UTC
Files 55
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH less-than
branch: less-than
CHANGE BRANCH
x
Reset
  • less-than
  • cleanup1
  • code-simplification
  • coverage-test
  • crazy_usage
  • deprecate-static-visitor
  • fix-set
  • mason-boost
  • master
  • okay-except-recursive
  • sizeof
  • sudo-false
  • test-all-clang
  • v1.0
  • v1.1.0
  • v1.1.0-rc1
  • v1.1.0-rc2
  • v1.1.0-rc3
  • visitor-no-copy
  • vs2015

pending completion
222

push

travis-ci

joto
Fix operator<().

The comparison operator was using the wrong order when variants with different
types in them were compared. Both boost and the upcoming standard order the
types from left to right, but our implementation orders them right to left.

Boost has the function `which()` returning the index of a type in the typelist
as do we. (The upcoming standard calls this `index()`). But the comparison
operator was using `get_type_index()` which orders the types the other way
round.

163 of 168 relevant lines covered (97.02%)

29.59 hits per line

Relevant lines Covered
Build:
Build:
168 RELEVANT LINES 163 COVERED LINES
29.59 HITS PER LINE
Source Files on less-than
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
222 less-than Fix operator<(). The comparison operator was using the wrong order when variants with different types in them were compared. Both boost and the upcoming standard order the types from left to right, but our implementation orders them right to left... push 21 Jan 2016 06:33PM UTC joto travis-ci pending completion  
See All Builds (220)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc