
27 Nov
2004
27 Nov
'04
1:50 a.m.
David Abrahams wrote:
Joel de Guzman <joel@boost-consulting.com> writes:
Hi,
Hi. Here's a preview of Phoenix V2. This will probably be the last release of the library. Phoenix V2 will be the basis of the Phoenix and Boost.Lambda merger.
val(3) val("Hello, World")
The first evaluates to a nullary function (a function taking no arguments) that returns an int, 3. The second evaluates to a nullary function that returns a char const*, "Hello, World".
Really? I'd have expected a char const(&)[13]. No?
You are right of course. My bad! Fixed. Regards, -- Joel de Guzman http://www.boost-consulting.com http://spirit.sf.net