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)


On Sat, Oct 11, 2008 at 2:20 PM, Ed Smith-Rowland <3dw4rd@verizon.net> wrote:
> Greetings,
>
> Here is an implementation of forward_list and a supporting utility,
> compressed_pair, that might be used in other containers.


std::tuple already does EBO. its used for example in unique_ptr. no
need for the extension I think.

Chris


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