JiiPee
unread,Jan 17, 2015, 10:19:05 AM1/17/15You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
it was the inheritance what caused the problem.. so something in base
class. The template works. So if I change the operator from * to % for
example, then everything compiles. So in base class there is also * -
operator which gave troubles :).
Well, the advice to make a code which you guys can compile it helped to
find this out.
Now just have to check the base class why this happens....