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: [Patch] First bits of the algo merge


Howard Hinnant <hhinnant@apple.com> writes:

| 1.  Get rid of it (probably deprecating first) but at the same time
| supply the equivalent functionality (e.g. bitvector).

Deprecation (which is different from removal) is almost never an effective
solution for C or C++, as far as I can see.  Since it is there, we
would have to support it.  It is an added complexity for no net benefit.

-- Gaby


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