mirror of
https://github.com/pantor/inja.git
synced 2026-03-20 16:05:57 +00:00
update deps to json 3.1 and catch 2.1
This commit is contained in:
@@ -16,7 +16,7 @@ Inja is a template engine for modern C++, loosely inspired by [jinja](http://jin
|
||||
json data;
|
||||
data["name"] = "world";
|
||||
|
||||
inja::render("Hello {{ name }}!", data); // "Hello world!"
|
||||
inja::render("Hello {{ name }}!", data); // Returns "Hello world!"
|
||||
```
|
||||
|
||||
|
||||
|
||||
5606
test/thirdparty/catch/catch.hpp
vendored
5606
test/thirdparty/catch/catch.hpp
vendored
File diff suppressed because it is too large
Load Diff
8636
test/thirdparty/nlohmann/json.hpp
vendored
8636
test/thirdparty/nlohmann/json.hpp
vendored
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user