1#ifndef ROOT_Meta_Selection 
    2#define ROOT_Meta_Selection 
   21         template <
unsigned int classAttributes = kClassNullProperty> 
class ClassAttributes {};
 
   38         template <
unsigned int memberAttributes = kMemberNullProperty > 
class MemberAttributes {};
 
 
 
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...