Inline template methods

I have class A that inherits template T. Template T has few inline methods.
How to put all things together?

Currently,
I put A in A.HPP that includes T.HPP. Inline methods are all defined in T.HPP, but it still doesn't get inlined. I mean undefined reference.
Last edited on
What the heck, it simply started compiling and working properly, as I switch back from here to code.
Last edited on
Well, I am stupid.
I got the problem.)))
QAC!
--- removed ---
Last edited on
Topic archived. No new replies allowed.