Skip to content

JSON for Modern C++ Version 2.0.4

Compare
Choose a tag to compare
@nlohmann nlohmann released this 11 Sep 21:39
· 3482 commits to develop since this release
  • Release date: 2016-09-11
  • SHA-256: 632ceec4c25c4e2153f71470d3a2b992c8355f6d8b4d627d05dd16095cd3aeda

Summary

This release fixes a bug in the stream parser (function parse() and the <</>> operators). This fix is backwards compatible.

Changes

  • Bug fix: The end of a file stream was not detected properly which led to parse errors.
  • Fixed a compiler warning about an unused variable.