I am trying to use CRTP with a small variation. I have one derived class template and wish to apply this to multiple base classes. But this is either impossible or I just can't get the syntax right. The following code does not compile but hopefully illustrates what I want to achieve:I am trying to use CRTP with a small variation.