Re: visual c++ upgrading problem

Posted by Luigi Ballabio on
URL: http://quantlib.414.s1.nabble.com/visual-c-upgrading-problem-tp3536p3538.html

On 01/25/05 11:41:58, Daniel J. Duffy wrote:
> It was Luca who had the problems with MT. I had constructor problems.

Such as the one you reported?

> FDMDirector fdir;
>
> 1. If you create a default constructor everything is OK
> 2. If no default constructor but there is another one, then we get a
> compiler error
> 3. If there are no constructors then compiler generates one

The above is the expected behavior---what is the problem? I apologize for  
nagging you, but I don't understand whether this is something I should fix  
in the library or something you should fix in your code...

Later,
        Luigi