$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [1.40.0] Beta 1 release candidate available
From: Zoran Cvetkov (zoran.cvetkov_at_[hidden])
Date: 2009-08-14 07:56:23
Matthias Troyer wrote:
> I could pin down the filesystem problem. It is actually a scoped enum
> problem The reason is a macro definition in the system header <rpc/
> types.h>, which defines
>
> #define enum_t int
>
> Changing the order of include files solves the problem in my current
> codes, but probably the scoped enum should take care of this conflict.
>
> Matthias
>
>
> _______________________________________________
> Unsubscribe & other changes: http://listarchives.boost.org/mailman/listinfo.cgi/boost
>
Did someone open a ticket for this?