$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Daniel James (daniel_at_[hidden])
Date: 2005-02-07 08:30:27
Surya Kiran Gullapalli wrote:
> what am i doing wrong.
> thanks in advance,
> Surya
>
> int get_a() { return a ; }
Should be:
int get_a() const { return a; }
Daniel