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: [v3] deprecated ext/hash_map, ext/hash_set


> > For my next couple tricks, I will be attempting to deprecate (in
> > C++0x mode) auto_ptr, binder1st, and vector<bool>.
> 
> Deprecating vector<bool> is a tricky issue.  The specialization was
> not really a good idea, but having a vector<bool> without caring
> about the space optimization is perfectly valid.

Restated, I will be looking at what it takes to implement Annex D in
the current C++0x draft. I was previously blocked on this by the issues
with attribute((deprecated)) and C++, but I hear that Jason has recently
fixed these...

-benjamin


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