
22 Apr
2010
22 Apr
'10
5:10 p.m.
----- Original Message ----- From: "Ion GaztaƱaga" <igaztanaga@gmail.com> To: <boost@lists.boost.org> Sent: Thursday, April 22, 2010 1:38 PM Subject: Re: [boost] Fwd: Re: [interprocess][move] enum template argument fails to be a valid base class
On 22/04/2010 10:00, vicente.botet wrote:
Hrr, I have added you suggestion and in addition a specialization for is_enum to emulate the compiler behavior
namespace boost { template<> class is_enum<Test::Types> : public mpl::false_ {}; }
Why? And you say "False", so evidently, the commented trait will try to instantiatie rv.
Sorry fot the mistake. Unfortunately after changing to true_ there is no improvement. Best, Vicente