$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Aleksey Gurtovoy (agurtovoy_at_[hidden])
Date: 2003-05-26 01:50:37
Ralf W. Grosse-Kunstleve wrote:
> While compiling certain Boost.Python regression tests (e.g. args.cpp) gcc
3.3
> complains about some typedefs being private. Attached is a trivial patch
which
> fixes the problem. OK to commit to CVS?
Yep, the patch is OK - gcc is right, and there is no point in these typedefs
being private - but then the whole #ifdef section needs to be removed as
well. I did both and commited it.
Thanks for the report,
Aleksey