plustache
plustache copied to clipboard
{{mustaches}} for C++
checking for empty string inserts a new empty element, which is bad for large data.
the implementation should already be pretty compliant, but this has to be tested and completed.
To facilitate easy integration, you may want to consider putting all classes into a namespace s.a. "plustache", just like boost, STL and others. I am already inventing one for my...
It appears that nested iterators are not fully supported. I want to do something like the below mock up, but that doesn't seem possible given that ObjectTypes cannot have CollectionTypes...
The primary purpose of this pull request is to remove the boost regex dependency and use C++11’s regex support instead, as well as providing some custom trim functions to replace...