$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] functional/hash and mp_math weirdness
From: Andrea Bedini (andrea.bedini_at_[hidden])
Date: 2009-07-07 17:18:49
Daniel James <daniel_james <at> fmail.co.uk> writes:
> It appears to be a bug in g++ 4.0 when using member enums. Can you try
> that attached patch?
Great, thanks. It's indeed a g++ 4.0 bug, g++ 4.2 accepts the code without
any complain. Yes, your patch solves the problem also for g++ 4.0.
Thanks,
Andrea