$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Julien Blanc (julien.blanc_at_[hidden])
Date: 2021-03-15 20:14:54
Le lundi 15 mars 2021 à 20:11 +0200, Peter Dimov a écrit :
> Julien Blanc wrote:
> > > * Removed BOOST_DESCRIBE_ENUM_CLASS;
> >
> > I'd rather you did *not* make that specific change. I find it
> > useful and
> > convenient (i will end up copying it into an own header, and i
> > expect a lot of
> > users to do the same).
>
> Not sure if we understand one another here; the reason I removed
> BOOST_DESCRIBE_ENUM_CLASS was that, as pointed out by reviewers,
> the same macro can work for both scoped and unscoped enums. So I
> made BOOST_DESCRIBE_ENUM work for both, and removed the other
> one, which was now redundant.
>
> BOOST_DEFINE_ENUM_CLASS is still there.
Yes, definitely misunderstood you. Sorry for the noise, thanks for the
clarification.
Regards,
Julien