compiler-research / CppInterOp

A Clang-based C++ Interoperability Library
Other
43 stars 21 forks source link

Add test case on default args in templ class ctor #30

Closed sudo-panda closed 1 year ago

sudo-panda commented 1 year ago

On running the test case it fails with the assert:

!hasUninstantiatedDefaultArg() && "Default argument is not yet instantiated!"

@vgvassilev can you please solve this?