Ran
|
Jobs
10
|
Files
115
|
Run time
24min
|
Badge
Embed ▾
README BADGES
|
push
travis-ci
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
8393 of 10171 relevant lines covered (82.52%)
8.05 hits per line
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 447.1 (XML_GENERATOR="gccxml") | 115 |
80.26 |
Travis Job 447.1 | |
2 | 447.2 (XML_GENERATOR="gccxml") | 115 |
80.22 |
Travis Job 447.2 | |
3 | 447.3 (XML_GENERATOR="gccxml") | 114 |
80.4 |
Travis Job 447.3 | |
4 | 447.4 (XML_GENERATOR="gccxml") | 114 |
80.4 |
Travis Job 447.4 | |
5 | 447.5 (XML_GENERATOR="gccxml") | 114 |
80.4 |
Travis Job 447.5 | |
6 | 447.6 (XML_GENERATOR="gccxml") | 114 |
80.39 |
Travis Job 447.6 | |
7 | 447.7 (XML_GENERATOR="castxml") | 115 |
80.83 |
Travis Job 447.7 | |
8 | 447.8 (XML_GENERATOR="castxml") | 114 |
81.0 |
Travis Job 447.8 | |
9 | 447.9 (XML_GENERATOR="castxml" TRAVIS_PYTHON_VERSION="2") | 115 |
80.82 |
Travis Job 447.9 | |
10 | 447.10 (XML_GENERATOR="castxml" TRAVIS_PYTHON_VERSION="3") | 114 |
80.99 |
Travis Job 447.10 |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|