$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: nicola (vitacolo_at_[hidden])
Date: 2008-01-11 17:42:58
In article <vitacolo-E2DC4C.21463511012008_at_[hidden]>,
nicola <vitacolo_at_[hidden]> wrote:
> [...]
> Unfortunately, when I try to compile my project, I get the following
> error:
>
> error: invalid conversion from 'const frequency_file* const' to
> 'frequency_file*'
Of course, the error message should read:
error: invalid conversion from 'const my_binary_file* const' to
'my_binary_file*'
Nicola