You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stdcxx.apache.org by Martin Sebor <se...@roguewave.com> on 2008/01/11 23:43:28 UTC

Re: svn commit: r611307 - in /incubator/stdcxx/trunk/examples: include/stocks.h tutorial/stocks.cpp

vitek@apache.org wrote:
> Author: vitek
> Date: Fri Jan 11 13:36:11 2008
> New Revision: 611307
> 
> URL: http://svn.apache.org/viewvc?rev=611307&view=rev
> Log:
[...]
> @@ -153,8 +150,12 @@
>      if (!p)
>          std::cerr<< "\nNot a valid locale: " << GERMAN_LOCALE << '\n';
>      else {
> +        FrankFurtStockXchange *fse = new FrankFurtStockXchange;   

We should probably fix the spelling here, too. The city is Frankfurt,
not Frank Furt. That makes me laugh! ;-)

Martin


Re: svn commit: r611307 - in /incubator/stdcxx/trunk/examples: include/stocks.h tutorial/stocks.cpp

Posted by Travis Vitek <vi...@roguewave.com>.


Martin Sebor wrote:
> 
> Farid Zaripov wrote:
>>> -----Original Message-----
>>> From: Martin Sebor [mailto:msebor@gmail.com] On Behalf Of Martin Sebor
>>> Sent: Saturday, January 12, 2008 12:43 AM
>>> To: stdcxx-dev@incubator.apache.org
>>> Subject: Re: svn commit: r611307 - in 
>>> /incubator/stdcxx/trunk/examples: include/stocks.h tutorial/stocks.cpp
>>>
>>> vitek@apache.org wrote:
>>>> Author: vitek
>>>> Date: Fri Jan 11 13:36:11 2008
>>>> New Revision: 611307
>>>>
>>>> URL: http://svn.apache.org/viewvc?rev=611307&view=rev
>>>> Log:
>>> [...]
>>>> @@ -153,8 +150,12 @@
>>>>      if (!p)
>>>>          std::cerr<< "\nNot a valid locale: " << 
>>> GERMAN_LOCALE << '\n';
>>>>      else {
>>>> +        FrankFurtStockXchange *fse = new FrankFurtStockXchange;   
>>> We should probably fix the spelling here, too. The city is 
>>> Frankfurt, not Frank Furt. That makes me laugh! ;-)
>> 
>>   Strictly speaking in Germany (since I were there recently) exists 2
>> Frankfurt's:
>> Frankfurt on the Main and Frankfurt on the Oder... Probably then we
>> should rename
>> FrankfurtStockXchange to BerlinStockXchange
>> (FrankfurtOnTheMainStockXchange is not
>> so convinient, and all other city's are the country capital's except
>> NewYork) :-).
> 
> I see someone's been traveling! ;-) How was your trip?
> 
> There's only one Frankfurt Stock Exchange and its name is
> Frankfurter Wertpapierbörse (I assume it's in Frankfurt on
> the Main).
> 
> New York Stock Exchange isn't called The City of New York Stock
> Exchange even though the official name of the city is actually
> The City of New York (i.e., not just New York).
> 
> Martin
> 
>> 
>> Farid.
>> 
> 

Class renamed to FrankfurtStockXchange in
http://svn.apache.org/viewvc?view=rev&revision=613232. I also updated the
locale names for AIX and Compaq in
http://svn.apache.org/viewvc?view=rev&revision=613234. The previously named
locales weren't installed on any of our test machines.

Travis
-- 
View this message in context: http://www.nabble.com/Re%3A-svn-commit%3A-r611307---in--incubator-stdcxx-trunk-examples%3A-include-stocks.h-tutorial-stocks.cpp-tp14766973p14957761.html
Sent from the stdcxx-dev mailing list archive at Nabble.com.


Re: svn commit: r611307 - in /incubator/stdcxx/trunk/examples: include/stocks.h tutorial/stocks.cpp

Posted by Martin Sebor <se...@roguewave.com>.
Farid Zaripov wrote:
>> -----Original Message-----
>> From: Martin Sebor [mailto:msebor@gmail.com] On Behalf Of Martin Sebor
>> Sent: Saturday, January 12, 2008 12:43 AM
>> To: stdcxx-dev@incubator.apache.org
>> Subject: Re: svn commit: r611307 - in 
>> /incubator/stdcxx/trunk/examples: include/stocks.h tutorial/stocks.cpp
>>
>> vitek@apache.org wrote:
>>> Author: vitek
>>> Date: Fri Jan 11 13:36:11 2008
>>> New Revision: 611307
>>>
>>> URL: http://svn.apache.org/viewvc?rev=611307&view=rev
>>> Log:
>> [...]
>>> @@ -153,8 +150,12 @@
>>>      if (!p)
>>>          std::cerr<< "\nNot a valid locale: " << 
>> GERMAN_LOCALE << '\n';
>>>      else {
>>> +        FrankFurtStockXchange *fse = new FrankFurtStockXchange;   
>> We should probably fix the spelling here, too. The city is 
>> Frankfurt, not Frank Furt. That makes me laugh! ;-)
> 
>   Strictly speaking in Germany (since I were there recently) exists 2
> Frankfurt's:
> Frankfurt on the Main and Frankfurt on the Oder... Probably then we
> should rename
> FrankfurtStockXchange to BerlinStockXchange
> (FrankfurtOnTheMainStockXchange is not
> so convinient, and all other city's are the country capital's except
> NewYork) :-).

I see someone's been traveling! ;-) How was your trip?

There's only one Frankfurt Stock Exchange and its name is
Frankfurter Wertpapierbörse (I assume it's in Frankfurt on
the Main).

New York Stock Exchange isn't called The City of New York Stock
Exchange even though the official name of the city is actually
The City of New York (i.e., not just New York).

Martin

> 
> Farid.
> 


RE: svn commit: r611307 - in /incubator/stdcxx/trunk/examples: include/stocks.h tutorial/stocks.cpp

Posted by Farid Zaripov <Fa...@epam.com>.
> -----Original Message-----
> From: Martin Sebor [mailto:msebor@gmail.com] On Behalf Of Martin Sebor
> Sent: Saturday, January 12, 2008 12:43 AM
> To: stdcxx-dev@incubator.apache.org
> Subject: Re: svn commit: r611307 - in 
> /incubator/stdcxx/trunk/examples: include/stocks.h tutorial/stocks.cpp
> 
> vitek@apache.org wrote:
> > Author: vitek
> > Date: Fri Jan 11 13:36:11 2008
> > New Revision: 611307
> > 
> > URL: http://svn.apache.org/viewvc?rev=611307&view=rev
> > Log:
> [...]
> > @@ -153,8 +150,12 @@
> >      if (!p)
> >          std::cerr<< "\nNot a valid locale: " << 
> GERMAN_LOCALE << '\n';
> >      else {
> > +        FrankFurtStockXchange *fse = new FrankFurtStockXchange;   
> 
> We should probably fix the spelling here, too. The city is 
> Frankfurt, not Frank Furt. That makes me laugh! ;-)

  Strictly speaking in Germany (since I were there recently) exists 2
Frankfurt's:
Frankfurt on the Main and Frankfurt on the Oder... Probably then we
should rename
FrankfurtStockXchange to BerlinStockXchange
(FrankfurtOnTheMainStockXchange is not
so convinient, and all other city's are the country capital's except
NewYork) :-).

Farid.