Implementation of forward_list (and compressed_pair)

Chris Fairles chris.fairles@gmail.com
Sat Oct 11 23:05:00 GMT 2008


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



More information about the Libstdc++ mailing list