$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [C++0x] Emulation of scoped enums
From: Beman Dawes (bdawes_at_[hidden])
Date: 2009-03-05 12:40:30
On Thu, Mar 5, 2009 at 10:45 AM, Kjell Elster <kjell_elster_at_[hidden]> wrote:
>
> I like it, iff you change the implementation from
>
> #ifndef BOOST_NO_SCOPED_ENUMS
> ...
>
> to
>
> #ifdef BOOST_NO_SCOPED_ENUMS
>
> I do have a hard time with double negations.
Point take. Will change.
Thanks,
--Beman