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