예제 #1
0
파일: string_conv.hpp 프로젝트: OV2/Halite
inline const std::wstring to_wstr_shim<boost::wformat>(boost::wformat& f)
{
	return f.str();
}
예제 #2
0
void
mxinfo(const boost::wformat &info) {
  mxinfo(to_utf8(info.str()));
}
예제 #3
0
void
mxinfo(const boost::wformat &info) {
  mxmsg(MXMSG_INFO, to_utf8(info.str()));
}