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: [RFC] libstdc++/5734


Gabriel Dos Reis wrote:
> 
> Levente Farkas <lfarkas@mindmaker.hu> writes:
> 
> [...]
> 
> | > I'd rather not remove the function, since a) it can be useful, and b)
> | > I suspect people are already using it.
> |
> | this is true for all sgi extension too, and since they are moved to
> | different namespace the same problem come up with them too...
> 
> The problem for those extensions moved to <ext/xxx> is less acute that
> this one -- here we have a member function, whereas in the former, the
> users just need to adjust (almost automatically) headers.

and use different namespace!!! which is not so simple for those who are
not used to "using namespace std;" (which is IMHO a bad thing). they
have to rewrite it everywhere:-(((

-- 
  Levente                               "Si vis pacem para bellum!"


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