Quote Originally Posted by Lykurg View Post
Depends on compiler/compiler version/plattform?
Yeah, could be. I had a problem once when I had two variants of a method - one taking an int and one taking a string and when I was passing it const char *, it was always picking the int version because the conversion was "closer".