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

nlohmann / json / 2113
99%

Build:
DEFAULT BRANCH: develop
Ran 25 Jul 2017 09:33AM UTC
Jobs 1
Files 1
Run time 37s
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
2113

Pull #663

travis-ci

web-flow
Move from rvalues eagerly to work around MSVC problem

On MSVC compiler, temporaries that are constructed during a
list initialization, are sometimes destroyed even before calling
the initializing constructor, instead of at the end of the
containing full-expression. This is clearly non-conforming to
[class.temporary].
As the impact of this bug is silently producing incorrect
JSON values, move eagerly from rvalues to be safe.

See https://stackoverflow.com/questions/24586411
Pull Request #663: Support moving from rvalues in std::initializer_list

50 of 50 new or added lines in 1 file covered. (100.0%)

3009 of 3009 relevant lines covered (100.0%)

6446631.16 hits per line

Jobs
ID Job ID Ran Files Coverage
5 2113.5 (COMPILER=g++-4.9 SPECIAL=coveralls) 25 Jul 2017 09:34AM UTC 0
100.0
Travis Job 2113.5
Source Files on build 2113
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2113
  • Pull Request #663
  • PR Base - develop (#2109)
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