Flex Ferrum
Flex Ferrum
Seems like fixed. Needed second-hand check.
Thanks!
Thank you for interesting in the project. I'm going to uplift the autoprogrammer project till the upcoming CoreHard++ conference where I'm giving the talk about modern code generation tools (not...
1. Unfortunately, no, I can't. It was a proprietary project I worked on in my previous company. There was a jinja2-based template which produced sample JSON settings file based on...
Here is the sample how jinja2 templates can be used for serialization boilerplate code generation: https://github.com/flexferrum/autoprogrammer/tree/master/test/serialization
Also it's good to have type requirements for T in value_ptr. Can it be abstract? Can it be incomplete? Copy-constructable, default-constructable etc. And tests for meeting that requirements as well....
After trying the hot-fix on local Jinja2Cpp branch I realized that `value_or` breaks the value_ptr semantic at all. Actually (in general) you have no way to predict how to create...
Looks like my fault. Haven't updated my fork for month and a half. Updated version compiles pretty well.
The problem is what Jinja2CppLight is too light for 'urlencode' filter support (in particular) and '|'-filter notation support (in general).