gettext markup of library sources

Gabriel Dos Reis gdr@integrable-solutions.net
Mon Apr 21 19:33:00 GMT 2003


Phil Edwards <phil@jaj.com> writes:

| On Mon, Apr 21, 2003 at 09:20:21PM +0200, Gabriel Dos Reis wrote:
| > 
| >   >    __throw_out_of_range("bitset::set argument too large");
| > 
| >   This is nicer.  I'll do that.
| 
| Oh, I was talking about changing the text of the message itself, i.e.,

Please laeve the context in:

   | -	__throw_out_of_range("bitset -- set() argument too large");
   | +	__throw_out_of_range(_("bitset::set() argument too large"));

   I thought we agreed on leaving out the parens...

I was talking of the *parens*, -not- the "_".

| instead of "bitset -- set blah blah blah".  I thought you were talking
| about the same thing.  The "_" are still required.

I talking of the *text*, not the "-".  And I correctly understood that
you were talking of the text.

-- Gaby



More information about the Libstdc++ mailing list