This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Implementation of forward_list (and compressed_pair)
- From: Paolo Carlini <paolo dot carlini at oracle dot com>
- To: Ed Smith-Rowland <3dw4rd at verizon dot net>
- Cc: libstdc++ <libstdc++ at gcc dot gnu dot org>
- Date: Sun, 12 Oct 2008 12:10:06 +0200
- Subject: Re: Implementation of forward_list (and compressed_pair)
- References: <48F0EE6E.3000409@verizon.net>
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.