hughperkins / Jinja2CppLight

(very) lightweight version of Jinja2 for C++
Mozilla Public License 2.0
145 stars 23 forks source link

Add support for tuples and iteration over tuples #13

Closed flexferrum closed 6 years ago

flexferrum commented 6 years ago

Also some pointers usage cleanup was made. Raw pointers in value map was replaced with std::shared_ptr which is more safe. The original fix was with usage of boost::variant, but I decided to keep minimal number of external dependencies.

hughperkins commented 6 years ago

didnt see this before. Thanks! :)