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

mapbox / variant / 222 / 3
97%
master: 49%

Build:
Build:
LAST BUILD BRANCH: sizeof
DEFAULT BRANCH: master
Ran 21 Jan 2016 06:33PM UTC
Files 4
Run time 0s
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

21 Jan 2016 06:26PM UTC coverage: 97.024%. First build
CXX=clang++-3.5 COVERAGE=True

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

Source Files on job 222.3 (CXX=clang++-3.5 COVERAGE=True)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 222
  • Travis Job 222.3
  • ccd8a27b 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

© 2026 Coveralls, Inc