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

boostorg / unordered / 145
0%

Build:
DEFAULT BRANCH: develop
Ran 19 May 2017 08:56AM UTC
Jobs 5
Files 8
Run time 11min
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

pending completion
145

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.

2464 of 2475 relevant lines covered (99.56%)

11329871.9 hits per line

Jobs
ID Job ID Ran Files Coverage
1 145.1 (label="gcc C++03"; user_config="using gcc : : g++-4.8 --coverage -fsanitize=address -Werror --std=c++03 ;" enable_coverage=1 ) 19 May 2017 08:56AM UTC 0
99.64
Travis Job 145.1
2 145.2 (label="gcc C++11"; user_config="using gcc : : g++-4.8 --coverage -fsanitize=address -Werror --std=c++11 ;" enable_coverage=1 ) 19 May 2017 09:02AM UTC 0
99.56
Travis Job 145.2
3 145.3 (label="gcc 32 bit C++11"; user_config="using gcc : : g++-4.8 -m32 -fsanitize=address -Werror --std=c++11 ;" ) 19 May 2017 08:59AM UTC 0
0.0
Travis Job 145.3
4 145.4 (label="clang C++11"; user_config="using clang : : clang++ -fsanitize=address -Werror --std=c++11 ;" ) 19 May 2017 09:07AM UTC 0
0.0
Travis Job 145.4
5 145.5 (label="clang 32 bit"; user_config="using clang : : clang++ -m32 -Werror --std=c++03 ;" ) 19 May 2017 09:05AM UTC 0
0.0
Travis Job 145.5
Source Files on build 145
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #145
  • 4f5a2dab on github
  • Prev Build on develop (#144)
  • Next Build on develop (#146)
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