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

apolukhin / variant / 82 / 2
97%
master: 97%

Build:
DEFAULT BRANCH: master
Ran 17 Jun 2016 07:15PM UTC
Files 20
Run time 66min
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

10 Jun 2016 06:00PM UTC coverage: 91.624% (+0.3%) from 91.312%
CXX_STANDARD=c++0x

push

travis-ci

apolukhin
Another fix for incomplete types issue. is_variant_constructible_from attempts to construct not only recursive_wrapper<incomplete_type> from incomplete type, but also all the other types of variant from incomplete type. So boost::is_constructible<some_type, incomplete_type> was being called. Issue was fixed by leaving the recursive_wrapper for the right part of the boost::is_constructible and specializing the is_constructible for all the occurances of boost::recursive_wrapper.

536 of 585 relevant lines covered (91.62%)

523.98 hits per line

Source Files on job 82.2 (CXX_STANDARD=c++0x)
  • Tree
  • List 0
  • Changed 15
  • Source Changed 15
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 82
  • Travis Job 82.2
  • 0dcec63b on github
  • Prev Job for CXX_STANDARD=c++0x on master (#73.2)
  • Next Job for CXX_STANDARD=c++0x on master (#84.2)
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