plustache icon indicating copy to clipboard operation
plustache copied to clipboard

{{mustaches}} for C++

Results 6 plustache issues
Sort by recently updated
recently updated
newest added

checking for empty string inserts a new empty element, which is bad for large data.

bug

the implementation should already be pretty compliant, but this has to be tested and completed.

feature

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...