I want simple C++ string based template library to replace strings at runtime.
For example, I will use
string template = \"My name is {{name}}\"; >
It might be overkill, but you can also take a look at boost::spirit, and more specifically, the 'karma' part which is a text generator.