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

gccxml / pygccxml / 447 / 8
82%
develop: 92%

Build:
Build:
LAST BUILD BRANCH: pythons
DEFAULT BRANCH: develop
Ran 09 May 2016 09:40PM UTC
Files 114
Run time 22s
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

09 May 2016 09:27PM UTC coverage: 80.997% (+0.2%) from 80.83%
XML_GENERATOR="castxml"

push

travis-ci

iMichka
Fix errors in -std=c++11 mode

`free_operators.hpp` had a couple of instances of narrowing conversions
within braced initializers, which is ill-formed since C++11.

`type_traits.hpp` had two instances of aggregates being
value-initialized using empty parentheses. Since these aggregates had
implicitly deleted default constructors (due to the presence of `const`
data members), value-initialization performs default-initialization,
which is ill-formed. We need aggregate-initialization to be performed,
so the initialization must use braces instead of parentheses for C++11
and later.

Change-Id: Ie4d0365fe

Cherry-picked from the develop branch

8222 of 10151 relevant lines covered (81.0%)

0.81 hits per line

Source Files on job 447.8 (XML_GENERATOR="castxml")
  • Tree
  • List 0
  • Changed 7
  • Source Changed 2
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 447
  • Travis Job 447.8
  • b28cd27a on github
  • Prev Job for XML_GENERATOR="castxml" on hotfix/v1.7.5 (#436.7)
  • Next Job for XML_GENERATOR="castxml" on hotfix/v1.7.5 (#457.7)
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