#include <tchar.h> namespace std { typedef std::basic_string<TCHAR> tstring; } std::tstring tmsg; ff::fmt(tmsg, _T("Hello, {0}!{1}{1}"), _T("World"), 1);