This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project. See the libstdc++ home page for more information.


[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index] [Subject Index] [Author Index] [Thread Index]

Re: stdexcept-implementation



[apologies for those who see this twice.]

Ryszard Kabatek wrote:

> BTW. 1. The string class contains a member function:
>          const allocator_type& get_allocator() const;
>        But CD2 says:
>          allocator_type get_allocator() const;
>
> On http://www.dinkumware.com/changesii.html I just read the
> get_allocator member function of std::string has been removed. 

Unfortunately, the Dinkumware page contains many errors.
Here is what the standard says (21.3.6):

   allocator_type get_allocator() const;
    
   -5- Returns: a copy of the Allocator object used to construct the
       string.

I don't know where Plauger gets the idea that it has been removed.

Thank you for the bug reports.

Nathan Myers