Since 4/2/2012 6:00:38 AM, mwreese has written 2 articles and participated in 0 conversations. mwreese signature: mwreese
mwreese's articles:
Items(2) /1
implicit type conversion broken for templates?499 (6/10/2005 10:25:39 AM) comp.lang.c++.moderated okay, I'll post it. How does this sound for a description: We've run into a problem with templates using gcc. We can't get type conversion to work as you would expect with any other type. There seems to be... mwreese
problem with tempatized constructor vs. copy constructor2150 (3/25/2005 11:06:57 AM) comp.lang.c++.moderated In trying to create a class that has both a copy constructor and a constructor that takes a functor for initialization, I get a compile error. It seems that the compiler tries to use the constructor that takes... mwreese