$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: joel de guzman (djowel_at_[hidden])
Date: 2002-01-16 20:35:36
----- Original Message ----- 
From: "joel de guzman" :
> The next version (V1.4) will use var(x) instead. ref(x), although similar
> to boost::ref(x) is quite a different beast now and should (IMO) have a 
> different syntax. One could also write:
> 
>     int_p[ var(n) = arg1 ]
> 
> which is equivalent to:
> 
>     int_p[ var(n) ]
> 
> Which btw parses integers and passes on to the variable 'i'.
Sorry, I meant 'n' ;)
--Joel