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


 "AlisdairM" <nntp.alisdairm@gmail.com> writes:

| Joe Buck wrote:
| 
| > 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.
| 
| >From a C++0x perspective, it is still too early to deprecate vector<
| bool >.
| 
| In Toronto we finally adopted a specification for vector< bool > so
| that we are in a position to deprecate it, but there is the alternate
| opinion that concepts will enable real container support for proxied
| iterators, and we might not need to deprecate it after all.

Deprecating a feature in a forthcoming standard does not make existing
code written with it (specified in existing standards) suddenly vanish.

-- Gaby


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