hugin-devs team mailing list archive
-
hugin-devs team
-
Mailing list archive
-
Message #06035
[Bug 1495365] Re: Compilation fails when compiling with VC++ 2010 Express
1.) log1p was introduced recently. So all old versions were using log(1+x). And on the long term I want to get rid of the boost dependency.
2.) Sorry, I have missed the static_cast.
--
You received this bug notification because you are a member of Hugin
Developers, which is subscribed to Hugin.
https://bugs.launchpad.net/bugs/1495365
Title:
Compilation fails when compiling with VC++ 2010 Express
Status in Hugin:
Fix Committed
Bug description:
Compilation of the latest default branch (0ef305) fails when compiling
with Visual C++ 2010 Express. One error is related to log1p() which
isn't available under VC++ 2010 and the second is caused by "ambiguous
call to overloaded function" sqrt(). Appropriate patch is in the
attachment.
Best regards,
Jan
To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1495365/+subscriptions
References