Update documentation
This commit is contained in:
parent
d091cc27b4
commit
3e8e8ebd80
@ -13,6 +13,6 @@ using json = nlohmann::json;
|
|||||||
to the files you want to process JSON and set the necessary switches to enable C++11 (e.g., `-std=c++11` for GCC and
|
to the files you want to process JSON and set the necessary switches to enable C++11 (e.g., `-std=c++11` for GCC and
|
||||||
Clang).
|
Clang).
|
||||||
|
|
||||||
You can further use file [`include/nlohmann/json_fwd.hpp`](https://github.com/nlohmann/json/blob/develop/include/nlohmann/json_fwd.hpp)
|
You can further use file
|
||||||
for forward-declarations. The installation of `json_fwd.hpp` (as part of CMake's install step), can be achieved by
|
[`single_include/nlohmann/json_fwd.hpp`](https://github.com/nlohmann/json/blob/develop/single_include/nlohmann/json_fwd.hpp)
|
||||||
setting `-DJSON_MultipleHeaders=ON`.
|
for forward declarations.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user