
14 Aug
2009
14 Aug
'09
11:56 a.m.
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://lists.boost.org/mailman/listinfo.cgi/boost
Did someone open a ticket for this?