Amalgamate the forward declaration header (#3679)

* Amalgamate the forward declaration header

* Update CONTRIBUTING and PULL_REQUEST_TEMPLATE

* Update documentation
This commit is contained in:
Florian Albrechtskirchinger
2022-08-07 13:57:32 +02:00
committed by GitHub
parent dae5412268
commit 231f3108ff
8 changed files with 203 additions and 26 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"project": "JSON for Modern C++",
"target": "single_include/nlohmann/json_fwd.hpp",
"sources": [
"include/nlohmann/json_fwd.hpp"
],
"include_paths": ["include"]
}