On 04/17/2012 08:49 AM, Ali Çehreli wrote: > That fails because null is a compile time value and you have a special > template code for that that fails the compilation. Scratch the 'template' part. You don't have templates there but what I said is still valid. Basically, you have some code that fails at compile time. Ali