kiss-templates
kiss-templates copied to clipboard
Type safe "Keep it simple, stupid" text templates for C++
Results
1
kiss-templates issues
Sort by
recently updated
recently updated
newest added
We have a lot of code like this: ` auto myKiste = MyKiste(KisteData{_pageData, getWidgetData()}, serializer); myKiste.render(); ` This code is dangerous because the temporary KisteData object is not copied, and...