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

apolukhin / variant / 82 / 1
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: 93.927% (+0.8%) from 93.173%
CXX_STANDARD=c++98

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.

464 of 494 relevant lines covered (93.93%)

661.43 hits per line

Source Files on job 82.1 (CXX_STANDARD=c++98)
  • 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.1
  • 0dcec63b on github
  • Prev Job for CXX_STANDARD=c++98 on master (#73.1)
  • Next Job for CXX_STANDARD=c++98 on master (#84.1)
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