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: Implementation of forward_list (and compressed_pair)


Hi,
> Greetings,
>
> Here is an implementation of forward_list and a supporting utility,
> compressed_pair, that might be used in other containers.
about __compressed_pair, I need a clarification about  the
COMPRESSED_PAIR_DUMMY_T2 thing. Also, as a nit, I think you should
replace _Tp to _T (single capitals are dangerous on some targets).

Well, admittedly, I had hoped a smaller, simpler, implementation...

Paolo.


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