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

boostorg / unordered / 145 / 5
0%
develop: 0%

Build:
DEFAULT BRANCH: develop
Ran 19 May 2017 09:05AM 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

19 May 2017 08:03AM UTC coverage: 0.0%. Remained the same
label="clang 32 bit"; user_config="using clang : : clang++ -m32 -Werror --std=c++03 ;"

push

travis-ci

danieljames
Try to fix std::tuple on old Sun compilers

In order to use the workaround for both `boost::tuple` and `std::tuple`
the function would need to detect which was being used, in order to
decide whether to use `boost::tuples::length` or `std::tuple_size`.
Probably not difficult, but I don't have any way to test an
implementation.

So instead Just assume that if `std::tuple` is available it will work
without any workaround. Presumably once the compiler was able to support
`std::tuple` it will also support the necessary overloads.

I've left the version check as 5.21 so that failures will still show up
in the tests, but I'm sure it can be 5.20 and probably earlier.  Will
change before release.

0 of 0 relevant lines covered (NaN%)

0.0 hits per line

Source Files on job 145.5 (label="clang 32 bit"; user_config="using clang : : clang++ -m32 -Werror --std=c++03 ;" )
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 145
  • Travis Job 145.5
  • 4f5a2dab on github
  • Prev Job for label="clang 32 bit"; user_config="using clang : : clang++ -m32 -Werror --std=c++03 ;" on develop (#144.5)
  • Next Job for label="clang 32 bit"; user_config="using clang : : clang++ -m32 -Werror --std=c++03 ;" on develop (#146.5)
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