Boost logo

Boost :

Subject: Re: [boost] [Variant] C++11 variadic template implementation
From: Florian Goujeon (florian.goujeon_at_[hidden])
Date: 2012-04-15 09:41:06


On 04/15/2012 03:02 PM, paul Fultz wrote:
> Do you have the code posted online somewhere?

Yes I do:
https://github.com/fgoujeon/scalpel/tree/master/src/scalpel/utility/variant

This implementation is based on a fixed-size stack-based any container
(any_container.hpp).
I think it's annoying because it breaks the anti-aliasing rule. But I'll
let you judge.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk