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

boostorg / unordered / 150 / 2
0%
develop: 0%

Build:
DEFAULT BRANCH: develop
Ran 04 Jun 2017 10:50AM UTC
Files 8
Run time 0s
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

04 Jun 2017 07:47AM UTC coverage: 99.56%. Remained the same
label="gcc C++11"; user_config="using gcc : : g++-4.8 --coverage -fsanitize=address -Werror --std=c++11 ;" enable_coverage=1

push

travis-ci

danieljames
Stop dereferencing pointers to uninitialized memory

It's undefined behaviour. Still happens for piecewise construction
emultation for std::pair, I don't think there's anyway to avoid it.
I had considered using offsetof to get a pointer to a member, but that's
also undefined behaviour when a pair member doesn't have standard
layout. Piecewise construction emulation has other problems anyway.

So, this mostly fixes PR #5.

I also stopped using addressof in self-asssignment checks as operator&
is fine.

2264 of 2274 relevant lines covered (99.56%)

6355929.32 hits per line

Source Files on job 150.2 (label="gcc C++11"; user_config="using gcc : : g++-4.8 --coverage -fsanitize=address -Werror --std=c++11 ;" enable_coverage=1 )
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 150
  • Travis Job 150.2
  • 5190a5d7 on github
  • Prev Job for label="gcc C++11"; user_config="using gcc : : g++-4.8 --coverage -fsanitize=address -Werror --std=c++11 ;" enable_coverage=1 on develop (#148.2)
  • Next Job for label="gcc C++11"; user_config="using gcc : : g++-4.8 --coverage -fsanitize=address -Werror --std=c++11 ;" enable_coverage=1 on develop (#152.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