$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Rainer Deyke (yg-boost-users_at_[hidden])
Date: 2003-08-25 17:17:21
shyamemani wrote:
> None of the 'declaration' rules also seem to parse the tokens 'float
> (int,int) (I know I am missing something here).
'float (int, int)' is a type. In particular, it is type of the function 'f'
if 'f' is declared like this:
float f(int, int);
-- Rainer Deyke - rainerd_at_[hidden] - http://eldwood.com