stdcxx-dev  

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

Farid Zaripov
Fri, 18 Jan 2008 06:53:20 -0800

> -----Original Message-----
> From: Martin Sebor [EMAIL PROTECTED] 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
> 
> [EMAIL PROTECTED] 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.