Commit 498015c
Avoid resolving from system headers in SymbolResolverCallback
This will fix the failing tests
- Extensions/Lookup/Simple.C
- Extensions/Lookup/SimpleDynamicExprs.C
That were failing with the following error:
```
In file included from ...include/cling/Interpreter/RuntimePrintValue.h:20:
In file included from /usr/include/c++/13/filesystem:49:
1: /usr/include/c++/13/bits/fs_path.h:1433:30: error: called object type 'TestProxy *' is not a function or function pointer
1: { return __path_iter_distance(__first, __last); }
1: ~~~~~~~~~~~~~~~~~~~~^
```1 parent 0455201 commit 498015c
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
427 | 427 | | |
428 | 428 | | |
429 | 429 | | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
430 | 436 | | |
431 | | - | |
432 | 437 | | |
433 | 438 | | |
434 | 439 | | |
| |||
0 commit comments