fficxx icon indicating copy to clipboard operation
fficxx copied to clipboard

Automatic import of template member function class dependencies

Open wavewave opened this issue 6 years ago • 1 comments

When a class A has a method using Template<B>, B is not automatically imported. Currently dependency checking is using Right of Either TemplateClass Class. We should fix this.

wavewave avatar Aug 31 '18 21:08 wavewave

This is different from #161. This issue is about dependency import for template member function while #161 is template dependency itself.

wavewave avatar Jan 21 '20 05:01 wavewave