
16 Jan
2012
16 Jan
'12
3:59 p.m.
On 01/16/12 09:08, Kitten, Nicholas wrote: [snip]
I modified the code on ideone <https://ideone.com/MVYDj> and it compiles fine (gcc 4.3.4) - my guess is it won't give you any trouble. The main thing I changed was moving the ::type access from outside protect to inside (it should refer to the inner lambda), although I also added a couple includes for form and a main function so it would work online.
-Nick Kitten Thanks Nick. It compiles & runs OK now with my gcc4.7 when macro USE_LAM_PRO is #defined.
-Larry