Skip to content

Commit

Permalink
Merge pull request #925 from zerodefect/improvement/improve_readme_js…
Browse files Browse the repository at this point in the history
…on_fwd

Howto installation of json_fwd.hpp (fixes #923)
  • Loading branch information
nlohmann committed Jan 25, 2018
2 parents 355c1e9 + d2b3fd1 commit 0e2211d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ using json = nlohmann::json;

to the files you want to use JSON objects. That's it. Do not forget to set the necessary switches to enable C++11 (e.g., `-std=c++11` for GCC and Clang).

You can further use file [`develop/json_fwd.hpp`](https://github.com/nlohmann/json/blob/develop/develop/json_fwd.hpp) for forward-declarations.
You can further use file [`develop/json_fwd.hpp`](https://github.com/nlohmann/json/blob/develop/develop/json_fwd.hpp) for forward-declarations. The installation of json_fwd.hpp (as part of cmake's install step), can be achieved by setting `-DJSON_MultipleHeaders=ON`:

### Package Managers

Expand Down

0 comments on commit 0e2211d

Please sign in to comment.