12#ifndef ROOT_TVersionCheck 
   13#define ROOT_TVersionCheck 
#define ROOT_VERSION_CODE
 
Used to check if the shared library or plugin is compatible with the current version of ROOT.
 
TVersionCheck(int versionCode)
Register version of plugin library.
 
static TVersionCheck gVersionCheck(ROOT_VERSION_CODE)
 
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...