gettext markup of library sources

Phil Edwards phil@jaj.com
Mon Apr 28 22:09:00 GMT 2003


On Mon, Apr 28, 2003 at 11:17:56PM +0200, Andreas Schwab wrote:
> Phil Edwards <phil@jaj.com> writes:
> 
> |> @@ -275,7 +275,7 @@ namespace std
> |>        _M_check(size_type __pos) const
> |>        {
> |>  	if (__pos > this->size())
> |> -	  __throw_out_of_range("basic_string::_M_check");
> |> +	  __throw_out_of_range(__N("basic_string::_M_check"));
> 
> IMHO it is pointless to mark this as translatable.

You apparently missed the part of Ben's message where he said he wants to
come back through and standardize the text of the messages.  :-)

-- 
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



More information about the Libstdc++ mailing list