$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Lars Gullik Bjønnes (larsbj_at_[hidden])
Date: 2003-03-12 13:32:01
Gennaro Prota <gennaro_prota_at_[hidden]> writes:
| On 12 Mar 2003 13:25:36 +0100, larsbj_at_[hidden] (Lars Gullik Bjønnes)
| wrote:
|
| >
| >With GCC 3.3. there are a couple of warnings in the regex lib.
| >The warnings is about of the type of the array index.
| >Warning about char being used as index.
| >
| >This patch fixes that. (by casting to unsigned int).
|
| Actually you are casting to unsigned char.
That is what I meant to say, I mis-wrote.
-- Lgb