Justin Johansson Wrote:

Scratch that last garbled reply .. finger trouble.

Was going to say that ...


> > There's no real difference between an empty string and a null
> > reference. Both have 0 length.
 
Big difference if you pass char[] variable .ptr to a C function.
 

And thanks Jeremie, got specialized method working with
static if ( typeid(T) is typeid(char[])) {
  // ..
}

else {
  // ..
}

Cheers
Justin Johansson

Reply via email to