Commit a82fb68
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 aa645d7 commit a82fb68
1 file changed
+15
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3153 | 3153 | | |
3154 | 3154 | | |
3155 | 3155 | | |
| 3156 | + | |
| 3157 | + | |
| 3158 | + | |
| 3159 | + | |
| 3160 | + | |
| 3161 | + | |
| 3162 | + | |
| 3163 | + | |
| 3164 | + | |
| 3165 | + | |
| 3166 | + | |
| 3167 | + | |
| 3168 | + | |
| 3169 | + | |
| 3170 | + | |
3156 | 3171 | | |
3157 | 3172 | | |
3158 | 3173 | | |
| |||
0 commit comments