📝 fixed examples for Wandbox
As I learned in https://github.com/melpon/wandbox/issues/209, this library is already installed at Wandbox, so we need to adjust the examples to use `#include "json.hpp"` insteas of `#include <json.hpp>`.
This commit is contained in:
parent
aea47422a2
commit
9b32f72584
217 changed files with 217 additions and 216 deletions
|
@ -2,7 +2,7 @@
|
|||
"compiler": {
|
||||
"c++": "201103",
|
||||
"family": "clang",
|
||||
"version": "8.0.0 (clang-800.0.42.1)"
|
||||
"version": "8.1.0 (clang-802.0.42)"
|
||||
},
|
||||
"copyright": "(C) 2013-2017 Niels Lohmann",
|
||||
"name": "JSON for Modern C++",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue