toon-members
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [libcvd-members] Re: [Toon-members] TooN bug? (affects libCVD)


From: Georg Klein
Subject: Re: [libcvd-members] Re: [Toon-members] TooN bug? (affects libCVD)
Date: Thu, 24 Jul 2008 18:51:09 +0100 (BST)

FWIW, I think fails on MSVC as well.

On Thu, 24 Jul 2008, Ethan Eade wrote:

This is because the return value of slice() is not a reference, and GCC isn't allowed to convert it to a non-const reference. To get around this problem, I long ago added cast operators to DynamicMatrix, which just turn an instance into a non-const reference. GCC is not technically supposed to use these, but it did anyway. Now it is finally refusing to do so. So the options are:


[...]





reply via email to

[Prev in Thread] Current Thread [Next in Thread]