compiler-research / xeus-clang-repl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Template resolution issues with clang-repl

SylvainCorlay opened this issue · comments

clang-repl seems to have some isses with resolution of templates:

Without a non-template overload:

Screenshot from 2023-03-30 03-57-12

With a template overload (included first)

Screenshot from 2023-03-30 03-58-14

Thanks for the report. That seems to be a bug in clang-repl upstream. I will look at it.

We track the issue fix here: https://reviews.llvm.org/D147319

Wow, that is a quick turnaroud!

That should be resolved, let's close it.