Ran
|
Files
114
|
Run time
5s
|
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
8161 of 10151 relevant lines covered (80.4%)
0.8 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|