Exemplo n.º 1
0
inline const std::wstring to_wstr_shim<boost::wformat>(boost::wformat& f)
{
	return f.str();
}
Exemplo n.º 2
0
void
mxinfo(const boost::wformat &info) {
  mxinfo(to_utf8(info.str()));
}
Exemplo n.º 3
0
void
mxinfo(const boost::wformat &info) {
  mxmsg(MXMSG_INFO, to_utf8(info.str()));
}