compiler-research / CppInterOp

A Clang-based C++ Interoperability Library
Other
37 stars 20 forks source link

Implement a slow string-based function template instantiation. #115

Closed vgvassilev closed 11 months ago

vgvassilev commented 11 months ago

This routine should be used only in cases where we cannot do anything else. It takes the string and tries to force the compiler to instantiate by requesting the address to the function.