$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Thorsten Ottosen (thorsten.ottosen_at_[hidden])
Date: 2006-05-30 15:04:37
Eric Niebler wrote:
> (Note that cv-qualifications on intrinsic return types are ignored, so
> "int foo()" and "int const foo()" are the same. Perhaps that's the
> problem you were seeing?)
Yes, I tried with int :-)
-Thorsten