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

google / benchmark / 1093
92%

Build:
DEFAULT BRANCH: master
Ran 15 Sep 2017 11:17AM UTC
Jobs 1
Files 35
Run time 5s
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
1093

push

travis-ci

web-flow
Fix #444 - Use BENCHMARK_HAS_CXX11 over __cplusplus. (#446)

* Fix #444 - Use BENCHMARK_HAS_CXX11 over __cplusplus.

MSVC incorrectly defines __cplusplus to report C++03, despite the compiler
actually providing C++11 or greater. Therefore we have to detect C++11 differently
for MSVC. This patch uses `_MSVC_LANG` which has been defined since
Visual Studio 2015 Update 3; which should be sufficient for detecting C++11.

Secondly this patch changes over most usages of __cplusplus >= 201103L to
check BENCHMARK_HAS_CXX11 instead.

* remove redunant comment

1403 of 1613 relevant lines covered (86.98%)

3676231.62 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1093.1 (COMPILER=g++ C_COMPILER=gcc BUILD_TYPE=Coverage) 15 Sep 2017 11:17AM UTC 0
86.98
Travis Job 1093.1
Source Files on build 1093
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1093
  • 6d8339dd on github
  • Prev Build on master (#1091)
  • Next Build on master (#1098)
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

© 2025 Coveralls, Inc