11 Mar
2016
11 Mar
'16
3:50 a.m.
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
t100 = make_block ("I eat ([a-z]+) then drink ([a-z]+)"); t100->sub_[0].second = make_block (t100.proxy(), "beef|chicken"); t100->sub_[1].second = make_block (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!