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.