> Try removing the 'const' - static methods have no 'this'. > > Error reporting for optional templated methods that exist, but fail > to instantiate, can be very misleading; calling such methods explicitly > sometimes helps to identify the problem. > > artur > Oh wow, so easy ... Thanks I tottally did not see that const.