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


Phil Edwards <phil at jaj dot com> writes:

| On Mon, Apr 21, 2003 at 09:10:15PM +0200, Gabriel Dos Reis wrote:
| > Phil Edwards <phil at jaj dot com> writes:
| > 
| > [...]
| > 
| > | -	__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...
| 
| No, you suggested it, and I explained why that would defeat the
| whole purpose. 

Quoting *you* from Message-ID: <20030421174318 dot GA28280 at disaster dot jaj dot com>


  >    __throw_out_of_range("bitset::set argument too large");

  This is nicer.  I'll do that.

-- Gaby


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