This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gettext markup of library sources


On Mon, Apr 21, 2003 at 09:27:56PM +0200, Gabriel Dos Reis wrote:
> 
> 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 "_".

Okay then, now we're back on the same page.

My other messages explain why we need "_".  Ulrich suggests using the no-op
token instead ("__N" at the moment) for efficiency reasons.  I tried that
unsuccessfully but will have to try again.  Either way, /some/ kind of
token is still required for automatic extraction purposes.


Phil

-- 
If ye love wealth greater than liberty, the tranquility of servitude greater
than the animating contest for freedom, go home and leave us in peace.  We seek
not your counsel, nor your arms.  Crouch down and lick the hand that feeds you;
and may posterity forget that ye were our countrymen.            - Samuel Adams


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]