Boost logo

Boost :

Subject: Re: [boost] [Block Pointer] Update
From: Phil Bouchard (philippeb8_at_[hidden])
Date: 2016-03-10 22:50:01


On 03/10/2016 09:04 PM, Phil Bouchard wrote:
>
> I fixed make_block<>() / make_fastblock<>() and now it looks like the
> following:
>
> [...]
> block_ptr<neuron_sight> t100 = make_block<neuron_sight>("I eat ([a-z]+)
> then drink ([a-z]+)");
> t100->sub_[0].second = make_block<neuron_sight>(t100.proxy(),
> "beef|chicken");
> t100->sub_[1].second = make_block<neuron_sight>(t100.proxy(),
> "vodka|water");

I just discovered that I do not need the stack / heap detection
algorithm anymore given proxies are now explicit. That'll save me a lot
of trouble!


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