
18 Feb
2006
18 Feb
'06
7:11 a.m.
Sorry, forgot the attachment...
Please see the attached program built with boost 1_32_0 which *does* have the comma operator. On both msvc 7.1 and g++ 3.4.2 it outputs:
calling cons(list_of(3)(5), 4, 5) cons 3 calling cons( (list_of(3)(5), 4, 5) ) cons 1
-- Jon Willesen