On Mon, Nov 5, 2012 at 7:19 PM, Bastien Montagne <montagne29@wanadoo.fr> wrote:
const char* boost_locale_gettext(const char *msgid)
{
return boost::locale::gettext(msgid).c_str();
}
I'm quite new to all this C++2C stuff (and to boost too), so please forgive me if this is a noob question...