$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Lars Gullik Bjønnes (larsbj_at_[hidden])
Date: 2007-09-16 06:26:35
In Gcc 4.3 there is a new warning that is on with -Wall that reports
ambigous else.
I had to apply this patch to 1.34 (I have not checked trunk) to get
rid of the warnings. (This is only from the parts of boost that I
actually use, so there might be more.)
-- Lgb