Boost logo

Boost :

From: David Abrahams (dave_at_[hidden])
Date: 2004-11-26 23:12:16


Joel <joel_at_[hidden]> writes:

In my original posting, there were blank lines

>> I would avoid attaching value judgements, and in this case,
>> vertically align the comments:
-------------here------------------
>> x = 123 // immediate
>> var(x) = 123 // lazy
-------------here------------------
>> x[0] // immediate
>> var(x)[0] // lazy
-------------and here------------------
>> var(x)[var(i)] // lazy
>> x[var(i)] // illegal (x is not a phoenix primitive or composite)
>> var(x[var(i)]) // illegal (x is not a phoenix primitive or composite)
>
> Done. Thanks!

-- 
Dave Abrahams
Boost Consulting
http://www.boost-consulting.com

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