Commit c3129ba
committed
meta: Allow global disabling of AutoParsing during TClass::GetClass
If TClass.cxx is build with the cpp macro:
ROOT_DISABLE_TCLASS_GET_CLASS_AUTOPARSING
defined, it will no longer do any auto-parsing during the
execution of `TClass::GetClass`. This will result in not
being able to find TClass-es when the name requires not-already
loaded interpreted information (eg. a typedef to be resolved).
Comments include additional possible interfaces to turn on this
feature.1 parent d1717fa commit c3129ba
1 file changed
+15
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3149 | 3149 | | |
3150 | 3150 | | |
3151 | 3151 | | |
| 3152 | + | |
| 3153 | + | |
| 3154 | + | |
| 3155 | + | |
| 3156 | + | |
| 3157 | + | |
| 3158 | + | |
| 3159 | + | |
| 3160 | + | |
| 3161 | + | |
| 3162 | + | |
| 3163 | + | |
| 3164 | + | |
| 3165 | + | |
| 3166 | + | |
3152 | 3167 | | |
3153 | 3168 | | |
3154 | 3169 | | |
| |||
0 commit comments